Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Right Click
Message
From
19/11/1999 22:08:42
 
 
To
19/11/1999 22:03:21
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00293387
Message ID:
00293388
Views:
24
>I want that right click on a control execute a form of help, but when I do that, it is executed the valid or the lostfocus of the control, and I don’t want that. How can I do ?
>
>Thanks

You can block code in lostfocus/valid event:
***Control.RightClick
This.Tag='A' && you msy use custom property if your control is subclassed
Do Form ....
***Control.Valid/Lostfocus
If Not Empty(this.tag)
 This.Tag=''
Else
 *** run 'normal' code here
Endif
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform