Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid problem
Message
 
To
15/01/2001 23:31:03
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00462038
Message ID:
00464073
Views:
38
>Hello Nick,
>
>I've done what you've told, now I've defined Click-transparent container, but how can I make the click event and double click event programmatically, can you explain more on this, I've been having trouble with 'making event programmatically' such as AfterRowColChange, InteractiveChange , etc.
>thanks again,
>
>
>Budianto_M
>~~~~~~~~~

You can see how it is set up in my samples. Check Click() and DblClick() methods in the instance of click-transparent container, for example in formgrid1.SCX.

You need just place into instance method code:
*** Click() event code
DODEFAULT() && this will call the class method and will pass the click down.
* your code here
You handle DblClick or RightClick in a similar way then.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform