Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid problem
Message
 
À
15/01/2001 23:31:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00462038
Message ID:
00464073
Vues:
44
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform