Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkboxes & Value Property
Message
From
05/10/2004 11:07:10
 
 
To
05/10/2004 10:12:08
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00948756
Message ID:
00948807
Views:
16
Nice try
This fixes the problem with the click method but effects the DblClick. You need to get the focus with the first click, then double click to change the value, in all you need to click 3 times to change the value.

Thanks anyway

>>Hi All
>>
>>I need a way of allowing a checkbox only to change the property of a checkbox when the user uses the DblClick rather then the click method of the control. The problem is of course that the click method changes the value regardless of what code I place into the method. I don't want to revert it back to its original value as this is a change to the field and the system will prompt if I wish to save changes. Is there a way of totally bypassing the click method so only the DblClick changes the value of the property.
>
>Mark,
>Not smart but you might try:
>
*Checkbox.Gotfocus
>Nodefault
>this.Setfocus
>
Cetin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform