Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update memory variable ?
Message
De
12/06/2002 12:55:59
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
 
À
12/06/2002 11:24:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00667421
Message ID:
00667498
Vues:
26
IMHO it is difficult to deal with Memory variables bound to Controls, better to bind table Fields or maybe Object-bound properties...check out SCATTER/GATHER TO NAME:

Below is from VFP Help files...
USE customer
SCATTER NAME customer

? customer.company  && Returns the table value
? M.customer.company  && Returns the object property value
HTH,

-Irv.


>Hello
>
>I have top level form with 3 text box and when i update the master table from the top level menu the text box doesn't get refreshed.control source for text box is memory variable.
>
>i have to close and reopen the top level form to display correct data.
>
>so if i create property in top level form for the three values, can i update that from my .prg which updates the values.if so how ?
>
>will thisform.text1.value=m.value1 work from prg ?
>
>txs
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform