Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IsREADEVENTS()
Message
 
 
À
27/07/2002 13:58:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00683273
Message ID:
00683275
Vues:
25
>I'm Using VFP7.0 SP1
>Is there any function that will tell me if a READ EVENTS is in effect?

AFAIK, there's no such function in VFP. Why do you need to know that?
You can add a property to store that info.
_Screen.Addproperty("lReadEvents", .F.)
_Screen.lReadEvents =.T.
READ EVENTS
_Screen.lReadEvents =.F.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform