Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bound Field not holding Value
Message
De
11/02/2006 06:02:47
 
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:
01095623
Vues:
14
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform