Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Box
Message
From
07/05/1998 12:01:05
 
 
To
07/05/1998 11:55:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00097722
Message ID:
00097724
Views:
19
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform