User Profile
Collapse
-
I have used Visual Basic 6.0 and txtFirstName is textbox... -
compile error invalid use of property
Hi,
When I write code
txtFirstName.te xt=rstKrish("Fi rstName")
compiler highlighted .text and error describes method or data member not found.
Please help -
compile error invalid use of property
hi guys,
I want to help for creating a GUI. I want I should get details when I click perticular name in listbox.I get entries from database to listbox but probrem arrives loading relevant details in textbox.The error describes compile error invalid use of property for following code.
txtFirstName=rs tKrish!FirstNam e
or
txtFirstName.te xt=rstKrish!Fir stName
where rstKrish is recordset and FirstName is datafield... -
The simplest way to write code when you use data control.
Select microsoft ADO data control 6.0(ADODB)from Project--componant.
Drag control to form.Right click select properties.Give appropriate connecttion ,record source properties.If you are using SQL server ,wtite server name,user Id,password and test connection(firs t click Build).If sucesssed go to recordsourse select 2 adCmdtable write table name.Now change textBox properties datasource...Leave a comment:
No activity results to display
Show More
Leave a comment: