Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent user from clicking max, min, X buttons
Message
From
31/08/1999 19:30:37
 
 
To
31/08/1999 18:53:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00259965
Message ID:
00259976
Views:
21
Hi John,

>ON SHUTDOWN DO nothing
>PROCEDURE nothing
>RETURN
>They can click Close all they want and it won't happen :-)

In that case just grey it out. _screen.closeable = .F. or:

MODI WIND SCREEN NOCLOSE

Or to make the ON SHUTDOWN method nicer:

ON SHUTDOWN *

Just suggestions.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform