Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User Defined Triggers
Message
From
26/02/2003 03:56:36
 
 
To
25/02/2003 08:00:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00757476
Message ID:
00757960
Views:
9
Hi,

>>
I have a FXP file which displays an alert box when a certain Logical Variable (e.g., llNotOK = .f. ) becomes true.

I want to have a mechanism to turn this variable to false as and when it becomes true.
<<

A few possibilities:

1. Use a property instead of a variable and use _assign to trap changes.
2. You could just use a timer to check the value.
3. Use a table field instead of a variable then valudation rules should do what you want.

Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform