Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Destroying Forms?
Message
 
To
04/05/2001 17:41:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00503820
Message ID:
00503927
Views:
24
Matthew,

Your are getting the behavior you are because you are clearing the events before you have set up the read events. Try something like this;
PRIVATE llStrartApp

DO Form SetUp

IF llSTartApp
   READ EVENTS
ENDIF

* Your clean up code here
In the Init of your setup form, if you want the app started then set llStartApp to .T. otherwise leave it at .F. To kill the stup form simply return .F. from the Init.
Previous
Reply
Map
View

Click here to load this message in the networking platform