Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Method with ON SELECTION
Message
 
 
À
01/08/2001 05:25:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00538201
Message ID:
00538707
Vues:
8
This message has been marked as a message which has helped to the initial question of the thread.
Here's an easier way to deal with shortcut menus
*form rightclick
activate window "debug output"
define popup formpop from mrow(), mcol() shortcut
define bar 1 of formpop prompt "Click Me"
define bar 2 of formpop prompt "No Click Me"
define bar 3 of formpop prompt "I'd rather be clicked"
on selection popup formpop deactivate popup formpop
activate popup formpop
debugout prompt()
debugout bar()
You can use either bar() or prompt() in a case statement to actually do whatever you want.

>I have added a method to the form and I want to call this method with ON SELECTION POPUP command. How can I do this?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform