Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bound Field not holding Value
Message
 
À
09/02/2006 15:08:13
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01095071
Message ID:
01095617
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform