Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound Field not holding Value
Message
 
To
09/02/2006 15:08:13
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01095071
Message ID:
01095617
Views:
20
This message has been marked as the solution to the initial question of the thread.
>I don't have trouble getting the textbox control to display the value. The trouble is that the data field that the textbox is based on doesn't hold the value unless I manually type in the value.

Steven,

It is after the lostfocus fires that the textbox updates its controlsource. Your programmatic change of the value of the textbox does not fire the controls update code. You can put something like this in the textbox ProgrammaticChange event;
REPLACE (This.Controlsource) WITH This.Value
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform