Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Implementing Right-Click in Grid
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00895845
Message ID:
00895968
Views:
18
One thing I was thinking about. You may find it easier to replace this command:
BINDEVENT(oControl,"RightClick",Thisform.oEventHandler,"txtGridRightClick")
with this command:
BINDEVENT(oControl,"RightClick",This.Parent.Parent,"RightClick")
The reason I just the first technique is it's more versatile, but it's easier to understand the second.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform