Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accepted method to bind ado value to combo.
Message
From
01/05/2001 03:53:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Accepted method to bind ado value to combo.
Miscellaneous
Thread ID:
00501878
Message ID:
00501878
Views:
89
What is the accepted method to bind a record set field to a text box for example.
I Looked at the ADO jump start but didn't see anything mentioned on binding to form object.

So far I just use:

Refresh
this.value=oRS_USER.fields("Username").value

LostFocus
oRS_USER.fields("Username").value=this.value

Bind I was thinking you should just be able to bind the object in the control source but it didn't work.
Reply
Map
View

Click here to load this message in the networking platform