Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question on Read/Clear events
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00264859
Message ID:
00265153
Vues:
15
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform