Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One form application
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00299291
Message ID:
00299710
Views:
31
>Create a CONFIG.FPW with the line SCREEN = OFF in it.
>Modify your form to be a top-level form.
>Create a minimal .PRG that will serve as the main program for the project; it should read something like:
>
>
ON SHUTDOWN DO ShutDownProc
>DO FORM <i>MyTopLevelForm</i>
>READ EVENTS
>QUIT
>
>PROCEDURE ShutDownProc
>ON SHUTDOWN QUIT
>CLEAR EVENTS
>CLOSE ALL
>CLEAR ALL
>QUIT
Ed, if you don't mind my asking, why would you use SHUTDOWN with a top-level? How are you going to to fire it?
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform