Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Handling checkbox in my own class
Message
 
 
To
10/11/2011 13:30:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01528570
Message ID:
01528577
Views:
61
Hi Tamar,

Thanks for the suggestion. I have added code to the click method to do some other things when the user clicks on the checkbox.

The problem that I am having is that the action on the checkbox already occurs by the time I get to the click code.

Most annoying is that it goes from the .NULL. state (blue) to .F. when the user clicks. If user clicks the 2nd time, it goes to .T. The user can see that. I want to have it go from .NULL. to .T. Actually that seems like the most logical transition: when a box is not checked (either .F. or .NULL.), it should go to checked.

I suppose my click code could switch it back. I guess the user would see it blink.

Isn't there a more elegant solution?

Jim


>>I am developing a Checkbox class. Among other things, I want to be able to control when the box gets checked, unchecked, or reset to null.
>>
>>Under the debugger, I can see that the state of the checkbox has already been modified by the time it reaches the checkbox Click and InteractiveChange events. However, The state has not been modified by the time we reach the GotFocus event.
>>
>>How can I override VFP's default handling of the checkbox control, and check, uncheck, or reset to .NULL. in my own code.
>
>How about adding a custom property to track the current/previous state, so you can make informed decisions in Click?
>
>Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform