Hello,
I have flexgrid, there are five column & having several data. in that i want to find particular data from second column, base on what i type in the text box. like how you can see in MS WORD in font Option, as you type in fontname in text box the fontlist row automatically move or come in top.
Regards
Lucky13...
User Profile
Collapse
-
Flexgrid data - move row automatically as data type in textbox
Dear All,
I have hundered of records in Flexgrid & find a particular record is dififcult & if i want to fiind out particulart record from second column so what i want that in one text box as i type the row which have that data move top or move up.
Pls. help me.
Regards
Lucky13 -
Hello Veena,
for that i have to create new recordset ? i tried from this , can u show me the code....i am not saving the records in the database.
Lucky 13...Leave a comment:
-
how to check the duplicate value in listview
Dear All,
can u help in how to check the duplicate value in the listview control before adding new in the list.
Regards
Lucky13 -
Check for Valid E-mail ID
Hello All,
I want to check the Valid E-mail id is entered by user or not in the e-mail id field. means if user will not enter the @ sign & Domain name , user must receive a message that" Please enter the Valid email id"
Thanks & Regards
LUCKY13 -
Hello,
i tired by using loop with datagrid but data is not displaying in datagrid
Code:Do While Not rsdetails.EOF With rsdetails ''----------------- if this portion is using the loop is moving but Data is not displaying in the Grid --------------- ' dgpaydetails.DataBindings(0) = rsdetails!ADA_No ' dgpaydetails.DataBindings(1) = rsdetails!ToolBreak
Leave a comment:
-
Datagrid Problem- column not found
Dear All,
i m using the Datagrid , in which two columns data i called from database & two columns data is user going to write.
but after writing data when i move to next column it show the error "Column Not Found |1"
the data in which user is going to write data the index no is 2 & 3.
Please help me.
Regards
Lucky13 -
Hi,
thanks veena, when i checked in the backend there , but there is also same result, only showing last record. then i checked i query , there is one mistake that in near strmonth_1 i have not mentioned the less than sign........
thanks a lot.
can u do one more favour for me.... if i want to add user data through data grid... in adding one more column ,, so which property i have to use...ADDNEWMOD E...Leave a comment:
-
Hello,
thanks veena, it is working but if u see my query in that i have mention sum function with group by clause. but as per u r solution recordset is showing individual net amount, & that to for the last record for that particular customer.
means for particular customer there are three records & i want net-amount of that three records, but by this i am getting only the amount to third record.
sorry...Leave a comment:
-
Hello Veena,
Net_payment is not null, & in another form i used the same strmonth & it works..
First time i am trying to connect grid to sql data...
i think i m doung something worng while connecting to grid... see the whole code for connecting to grid...
Code:Private Sub Connectgrid() Dim rsdetails As New ADODB.Recordset Dim i As Integer con.Open
Leave a comment:
-
Hello
i m usiing VB6,
here i create column hearder & my sql statement is as follow
sql = "Select Cust_Code, sum(Net_Payment )as Net_Payment from Payment_Paid_St atus where Payment_Month>= '" & strmonth & "' And Payment_Month= '" & strmonth_1 & "' and Tool_Category=' " & cmbcategory.Tex t & "' group by Cust_code"
rsdetails.Open sql,...Leave a comment:
-
Hello,
Sorry, i m wrongly typed the my sql, i m using sql server 2000Leave a comment:
-
Hello Nev,
thanks for the immediate reply, but i m sorry , i typed the wrong database as mysql, actually it is sql server 2000....Leave a comment:
-
Datagrid Problem- Run time error'6'- overflow
Dear All,
I m connecting my sql data with the data grid, but not all columns only particular columns. having certain conditions, but it is showing the error as Runtime Error '6- overflow...
please help me....
Regards
Lucky13 -
thanks for the solution. i tried as u have sugguested but the thing is that i want two or more column in that list, can u please help me for this?...Leave a comment:
-
-
Thanks for the soultion, but can i able add the data in the list along with the checkbox by using LOOP.
Regards,
Lucky13...Leave a comment:
-
sorry for replying late., u r problem has solved or not. if not then pls, let me know.
regards
lucky13...Leave a comment:
-
Add checkbox in listbox
Hello To all,
i want to call certain data in listbox but along with the checkbox. i have a sql query to call the data from my sql database , but problem is that how can i call with the chckbox
Regards,
Lucky13 -
No activity results to display
Show More
Leave a comment: