Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set mark of
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01000234
Message ID:
01000248
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>How can I use SET MARK OF to mark all the BAR in this code?
>
>
DEFINE POPUP menucontex SHORTCUT RELATIVE FROM MROW(),MCOL()

DEFINE BAR 1 OF menucontex PROMPT "A1"
DEFINE BAR 2 OF menucontex PROMPT "A2"
ON BAR 2 OF menucontex ACTIVATE POPUP Bloques

SET MARK OF BAR 1 OF menucontex TO .T.
SET MARK OF BAR 2 OF menucontex TO .T.


DEFINE POPUP Bloques SHORTCUT RELATIVE
DEFINE BAR 1 OF Bloques PROMPT "B1"
DEFINE BAR 2 OF Bloques PROMPT "B2"
DEFINE BAR 3 OF Bloques PROMPT "B3"

SET MARK OF BAR 1 OF Bloques TO .T.
SET MARK OF BAR 2 OF Bloques TO .T.
SET MARK OF BAR 3 OF Bloques TO .T.

ACTIVATE POPUP menucontex
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform