Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check read events status
Message
From
19/07/2021 06:23:00
 
 
To
16/07/2021 15:54:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01681818
Message ID:
01681851
Views:
47
>Hi, is there a way to check if the application is in read event mode?
>I am working on a function that can run before the main read events has been called, but also at a later stage the same function is called. But I would need to check if read events was already called before. I could work with some property or variable, but it would be more elegant to be able to check it without the help of a separate setting.

There's no function or command that checks. The only thing I can think of is to grab the stack (ASTACKINFO()) and loop through to see if READ EVENTS is there.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform