In FPD26 I was able to customize the system menu to display various bars of the default system menu and call them. In VFP 6, SP4 I trying to do the same with no success. Listed below is the command that I am using (which works the command line or within a program) that does not work from the complied MPR. Any ideas?
DEFINE PAD _0fr1b5mmk OF _MSYSMENU PROMPT "\<Window" COLOR SCHEME 3 KEY ALT+W, ""
DEFINE POPUP window MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR 1 OF window PROMPT "Arrange All"
ON SELECTION BAR 1 OF window =SYS(1500, '_MWI_ARRAN', '_MWINDOW')
DEFINE PAD _0fr1b5mmk OF _MSYSMENU PROMPT "\<Window" COLOR SCHEME 3 KEY ALT+W, ""
DEFINE POPUP window MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR 1 OF window PROMPT "Arrange All"
ON SELECTION BAR 1 OF window =SYS(1500, '_MWI_ARRAN', '_MWINDOW')