Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't execute .EXE from Desktop
Message
From
24/11/1999 06:49:37
Jill Derickson
Software Specialties
Saipan, CNMI
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00294856
Message ID:
00294880
Views:
19
[Sorry, that last message got away from me - it's getting pretty late....]

In my application object, I have (MainForm is Modeless):

DO FORM MainForm

then an events loop:

*-- Start the event loop
DO WHILE .T.
READ EVENTS

IF THIS.Cleanup()
THIS.Cleanup2
EXIT
ENDIF
ENDDO

DO you think I could be setting something in MainForm that causes the program to never get back to the event loop?

>Have you started the event loop with the READ EVENTS command?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform