Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse move hilight
Message
 
To
15/07/2003 21:32:02
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00810472
Message ID:
00811156
Views:
20
>Sorry, this is the code that I used.
>
>DEFINE POPUP popGrid FROM 10,5 MARGIN COLOR SCHEME 14
>DEFINE BAR 1 OF popGrid PROMPT 'New' MARK CHR(3)
>
>DEFINE BAR 2 OF popGrid PROMPT 'Conflict' MARK CHR(4)
>
>DEFINE BAR 3 OF popGrid PROMPT 'Reoccurrence' MARK CHR(5)
>
>DEFINE BAR 4 OF popGrid PROMPT "Don't book with..." MARK CHR(6)
>
>DEFINE BAR 5 OF popGrid PROMPT "Bypass conflict" MARK CHR(6)
>
>ON SELECTION POPUP popGrid DO _GridMenuOpion
>
>ACTIVATE POPUP popGrid

Add SHORTCUT to DEFINE POPUP, this should fix your problem.
DEFINE POPUP popGrid FROM 10,5 MARGIN COLOR SCHEME 14 SHORTCUT
Tracy
Previous
Reply
Map
View

Click here to load this message in the networking platform