Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound Field not holding Value
Message
From
11/02/2006 06:02:47
 
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:
01095623
Views:
16
>>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.

this is not true, textbox updates its controlsource BEFORE valid fires.

> 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
>
this is useless because textbox::programmaticchange (without a nodef) update this.controlsouce
Previous
Reply
Map
View

Click here to load this message in the networking platform