Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A form always there
Message
From
06/01/2010 12:00:25
 
 
To
06/01/2010 11:49:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01442411
Message ID:
01442419
Views:
57
>There's a screen that I always want to be opened in my app.
>
>How can I make it that if that screen is not active (for whatever reasons) it's activated again without user intervention?

Denis,

Don't let it go away in the first place

(1) You start the form when your app starts

(2) If the form is closed by the user - see ( ReleaseType == 1 in QueryUnload() ) do a NODEFAULT
The form will not disappear

Whether the form can be minimized is up to you
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform