Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with .exe file.
Message
From
19/08/2001 15:57:30
 
 
To
18/08/2001 18:25:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00545912
Message ID:
00545993
Views:
23
>I have a main.prg file with the read events command, followed by a quit.

Does your code look like this?
ON SHUTDOWN CLEAR EVENTS
READ EVENTS
quit
That will never close, but this will:
ON SHUTDOWN CLEAR EVENTS
READ EVENTS
ON SHUTDOWN
quit
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform