Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set mark of
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Set mark of
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01000234
Message ID:
01000234
Vues:
55
How can I use SET MARK OF to mark all the BAR in this code?


DEFINE POPUP menúcontex SHORTCUT RELATIVE FROM MROW(),MCOL()

DEFINE BAR 1 OF menúcontex PROMPT "\
DEFINE BAR 2 OF menúcontex PROMPT "\
*!* DEFINE BAR 3 OF menúcontex PROMPT ""

*!* DEFINE BAR 4 OF menúcontex PROMPT ""

*ON SELECTION BAR 1 OF menúcontex do menu with 1
ON BAR 2 OF menúcontex ACTIVATE POPUP Bloques
*!* ON SELECTION BAR 3 OF menúcontex do
*!* ON SELECTION BAR 4 OF menúcontex do

DEFINE POPUP Bloques SHORTCUT RELATIVE
DEFINE BAR 1 OF Bloques PROMPT "\DEFINE BAR 2 OF Bloques PROMPT "\DEFINE BAR 3 OF Bloques PROMPT "\ON SELECTION BAR 1 OF Bloques do menu with 2
ON SELECTION BAR 2 OF Bloques do menu with 3
ON SELECTION BAR 3 OF Bloques do menu with 4

ACTIVATE POPUP menúcontex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform