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:
00264878
Vues:
17
Alan,

No read events is a one per application thing. It tells VFP to let the user work and to not continue with the code until the user does something. For example;
* Aplication Start Up Program
SET ...

DOMyMenu.mpr

READ EVENTS

CLOSE ALL
CLEAR ALL
RETURN
In this program fox will set the settings, then it will run the menu and then it will stop until something says CLEAR EVENTS. After a CLEAR EVENTS the code above will continue and shut down the application.

Additional READ EVENTS are completely ignored by VFP.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform