Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set mark of
Message
De
31/03/2005 09:56:40
 
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:
01000327
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
>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 "\<Estilo de Estructura"
>
>DEFINE BAR 2 OF menúcontex PROMPT "\<Sombreado de Bloques"
>
>*!*         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 "\<Color"
>DEFINE BAR 2 OF Bloques PROMPT "\<Inicio/Fin"
>DEFINE BAR 3 OF Bloques PROMPT "\<Marcar bloques"
>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
Hi Hernan,

Try this,
Set Mark of Popup menúcontex to .T.
Set Mark of Popup Bloques to .T.
HTH
Herman
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform