Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IS this a BUG?
Message
From
18/07/2004 22:38:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
IS this a BUG?
Miscellaneous
Thread ID:
00925628
Message ID:
00925628
Views:
50
I have the following snippet from my menu:
DEFINE PAD Applications OF _MSYSMENU PROMPT "Applications" COLOR SCHEME 3 ;
	KEY ALT+A, ""
ON PAD Applications OF _MSYSMENU ACTIVATE POPUP applicatio
DEFINE POPUP applicatio MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR 1 OF applicatio PROMPT "MS Word"
DEFINE BAR 2 OF applicatio PROMPT "MS Excel"
DEFINE BAR 3 OF applicatio PROMPT "\-"
DEFINE BAR 4 OF applicatio PROMPT "Change Login"
DEFINE BAR 5 OF applicatio PROMPT "Leisure"
DEFINE BAR 6 OF applicatio PROMPT "Calculator"
ON SELECTION BAR 1 OF applicatio DO MyProg1
ON SELECTION BAR 2 OF applicatio DO MyProg2
ON SELECTION BAR 4 OF applicatio DO MyProg3
ON SELECTION BAR 5 OF applicatio Activate window puzzle
ON SELECTION BAR 6 OF applicatio Activate window Calculator
As can be seen above the menu generator truncates the POPUP name after 10 chrs. I have looked in the help file and can find no restriction mentioned about this.

Also in the menu designer, when you select View/Menu Options to try to change the menu popup name, it allows only 10 chrs!

Is this a bug? If not why is it there and why no mention in the help file?

Same thing in VFP9?
Next
Reply
Map
View

Click here to load this message in the networking platform