Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read/clear event
Message
From
07/03/1999 05:47:13
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00194441
Message ID:
00194956
Views:
18
>I am having trouble with the read event and clear event. It causes me not to be able to exit my app. Do I put them in my main start.prg or somewhere within the form? thank you.

The READ EVENT statement serves as a message loop afterwhich the application goes into "modeless" mode - so you put it in your start/main program after you've instantiated and/or declared everything your application needs

the CLEAR EVENTS statemen breaks the above mentioned loop thus leading to application termination, In other words you should put it in the method you call to end your app.

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform