Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set mark of
Message
From
31/03/2005 09:56:40
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01000234
Message ID:
01000327
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform