Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enable or Visible Event ?
Message
De
04/11/1997 10:10:13
Razvan Alexandru
Soft Team Solutions Srl
Bucharest, Roumanie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00058138
Message ID:
00058151
Vues:
36
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform