Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic question: assign a variable
Message
From
03/08/1998 10:52:49
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00123272
Message ID:
00123539
Views:
18
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).
Previous
Reply
Map
View

Click here to load this message in the networking platform