Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding Controls
Message
From
21/04/2005 08:50:19
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01006866
Message ID:
01006929
Views:
13
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform