Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activate popup on right click in a grid
Message
 
À
31/07/1998 09:25:07
Francois Liboiron
National Bank of Canada
Montréal, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00123022
Message ID:
00123032
Vues:
25
Hi,
Use Shortcut instead of popup and call it from RIGHTCLICK() event of the grid's textbox. For Example

DEFINE POPUP mypopup SHORTCUT RELATIVE FROM MROW(),MCOL()

DEFINE BAR 1 OF myPopup PROMPT "One"
DEFINE BAR 2 OF myPopup PROMPT "Two"

ON SELECTION POPUP myPopup DO myprg WITH BAR()
ACTIVATE POPUP mypopup
RELEASE POPUP myPopup

Hope it helps

Bye
Jayesh
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform