Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Allow Right Click or DblClick on a Disabled Control..
Message
From
27/03/2003 09:01:02
 
 
To
27/03/2003 03:50:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00770641
Message ID:
00770723
Views:
16
Depending how complex your need is, you can simulate Enabling with a logical form property. I assume you don't want the Click to fire? In the top of your Click:

IF ThisForm.lDisabled
RETURN
ENDIF

The button is never actually disabled, so wherever you were going to disable it, you need to gray the text to make it look disabled (I think the default is ForeColor(128,128,128) and set the property.
Previous
Reply
Map
View

Click here to load this message in the networking platform