Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic question: assign a variable
Message
De
03/08/1998 10:52:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00123272
Message ID:
00123539
Vues:
17
Ok and thank'you
I see now where i made a confusion..
for or five hours trying... Argh !!!
Michel


>Michel,
>The On Exit takes an expression which will be evaluated. If you are poutting myvar = .F. in the On Exit then it acting exactly as it should. It evaluates the expression (Is MyVar equal to .F.). What you want ot do is create a PRG with MODIFY COMMAND, name it OnExit and in it put the line of code;
>
>MyVar = .F.
>
>Then in the On Exit you type OnExit() so it will call your prg. The prg will change the variable and return .T. (the default return value from a user defined function).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform