User Profile

Collapse

Profile Sidebar

Collapse
PoojaJyoti
PoojaJyoti
Last Activity: Mar 23 '07, 10:01 AM
Joined: Mar 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I have used Visual Basic 6.0 and txtFirstName is textbox...
    See more | Go to post

    Leave a comment:


  • PoojaJyoti
    started a topic compile error invalid use of property

    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
    See more | Go to post

  • PoojaJyoti
    started a topic compile error invalid use of property

    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...
    See more | Go to post

  • PoojaJyoti
    replied to How to create command codes
    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...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...