Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning .F. in the Init event
Message
 
To
25/09/2000 15:55:01
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00420624
Message ID:
00421782
Views:
13
I am not exactly sure what are you trying to do. But if you want to close the _application_ (in addition to closing your form) as soon as your condition becomes true, you can use QUIT and that will take care of the problem.

if !bNoInst
QUIT
endif


>I have this in the form INIT:
>...
>...
>if !bNoInst
> return .F.
>endif
>
>I call this form in a .prg with DO FORM MyForm and a Read Events. The problem is that the form did not release. Looking at the debugger the Read Events line is still active. Why this?
>
>Thanks in advance
>Héctor L.
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform