Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie question on Read/Clear events
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00264859
Message ID:
00265153
Views:
16
Hi Alan,

>Does a “Clear Events” clear all pending events or just from the most previous “Read Events”?

All of them.

>If they can’t be nested then how can you execute a form from within a form?

Set the Forms WindowType prop to 2. Then to test it try:

WAIT WINDOW 1
DO FORM MyNewForm
WAIT WINDOW 2

You'll see that the second wait won't show until you finish with the Form, and yes, these can be nested unlike EVENTS.
Previous
Reply
Map
View

Click here to load this message in the networking platform