Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enable or Visible Event ?
Message
From
04/11/1997 10:10:13
Razvan Alexandru
Soft Team Solutions Srl
Bucharest, Romania
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00058138
Message ID:
00058151
Views:
32
>Hi to all,
>maybe there is no answer to my question but I try ...
>
>I want to trap (by an event or other) when the Enabled or Visible property/status change.
>Think to write a control in a VCX and you want to know when the application code change you Enabled status, (without modify the application code, like calling a Enable() method)
>
>Thanks in advance, any suggestion will be appreciate,

You can write in the Refresh Method a code which verify status of Enabled or Visible property.

By example:

If ThisForm.Text1.Enabled
Wait Wind "Enabled" NoWait
Else
Wait Wind "Disabled" NoWait
EndIf

If don't help that, tell as...


Razvan & Elena
Previous
Reply
Map
View

Click here to load this message in the networking platform