Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
READ EVENTS
Message
From
03/04/2001 07:12:52
 
 
To
03/04/2001 07:04:46
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00490915
Message ID:
00491244
Views:
11
Oops... made one stupid mistake...
Please read as "right after READ EVENTS store .F."

> ...
>Before call READ EVENTS command in your first APP, define that public variable and store .T. to it, and right after CLEAR EVENTS store .F.. In another APP you may check that variable as follows:
If Type( "_READEVENTSINEFFECT") <> "U" And _READEVENTSINEFFECT
>    && READ EVENTS command is issued
>Else
>    && no READ EVENTS in effect
>EndIf
>
>Hope this helps.
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform