Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set mark of
Message
 
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:
01000248
Views:
11
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform