Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning to a previous form
Message
From
06/02/2007 20:59:28
 
 
To
06/02/2007 14:12:38
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01192939
Message ID:
01193059
Views:
12
Jason, the main menu form has to be model. In your start up program, include the following :
** main is the main menu modal form. Rest of the lines are the tidyup. Remove "read events" line after the "do form main"

do form main
*** tidy up after quit.
set sysmenu to default
clear events
set escape on
on escape
clear all
_screen.picture = ""

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform