Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check Box
Message
De
07/05/1998 12:01:05
 
 
À
07/05/1998 11:55:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00097722
Message ID:
00097724
Vues:
20
>I would like to know if a check box has been accessed by the user, independently of its actual value, I need to know if he has passed over it or if he has touched it in any way, regardless of its current value. Any ideas?

------------ Reply

Ricardo,

Use the MouseMove() event of the checkbox to trap any movement of the mouse over the checkbox. GotFocus() can be used just to log the fact that the user accessed the control. Valid() or ProgrammaticChange() can trap whether the value of the box has changed. MouseDown() or Click() can capture whether the user actually clicked on the control -- and so on.

If I knew more about what you are trying to accomplish, I might be able to narrow my response a bit.

Regards,

JME
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform