Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accepted method to bind ado value to combo.
Message
De
01/05/2001 03:53:04
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Accepted method to bind ado value to combo.
Divers
Thread ID:
00501878
Message ID:
00501878
Vues:
87
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform