Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox click - how to prevent changing the value?
Message
From
09/07/2010 17:48:15
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01471953
Message ID:
01472096
Views:
55
It's the MouseUp() that needs the code.

LPARAMETERS nButton, nShift, nXCoord, nYCoord
IF This.ReadOnly
NODEFAULT && This prevents the buffer from getting dirty when this control is ReadOnly.
ENDIF

>>>>You can also NODEFAULT in the MouseDown()
>>>
>>>Do I need to call DODEFAULT otherwise? It does prevent the click, but doesn't seem to allow it if condition met.
>>
>>
>>If (I do not want the click to happen )
>>   NODEFAULT
>>  return
>>endif
>>
>
>Doesn't work.
>
>It prevents the click even if I want it to happen.
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform