Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding Controls
Message
De
21/04/2005 08:50:19
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01006866
Message ID:
01006929
Vues:
12
>I have a form with a number of fields on it. I want to bind the textbox control to a field on my table. In the controlsource for my text box I put in fabsum.garsup. When I run the form I get the following error message:
>
>'Variable 'garsup' not found. Unbinding Object 'garsup'
>
>Any ideas? I have checked that the table fabsum is opened at runtime and that the field exists but I still get the error.
>
>Many Thanks
* set form's prop
BindControls = .f.

* on Activate
thisform.BindControls = .T.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform