Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set mark of
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Set mark of
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01000234
Message ID:
01000234
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform