jmcfarlane
Programmer
I have just switched to using genmenux.prg (3.0a) instead of using something that was a modified genmenu.prg.
I have set up mu config.fpw as
_GENMENU=e:\test26\GENMENUX.PRG
_MNXDRV2=e:\test26\thirdparty\intl\INTL.PRG
which seems to be correct, but I get an error from my menu code below. My guess is the I([File]) should be I('File'). But I do not know how this happened?
Any ideas?
Jason
The following is what is in my .mpr file
DEFINE PAD _0d80pf1l4 OF _MSYSMENU PROMPT ""+ I([File]) + "" COLOR SCHEME 3 ;
KEY ALT+", "" ;
SKIP FOR !G_MenuEnabled ;
MESSAGE I(' ')
I have set up mu config.fpw as
_GENMENU=e:\test26\GENMENUX.PRG
_MNXDRV2=e:\test26\thirdparty\intl\INTL.PRG
which seems to be correct, but I get an error from my menu code below. My guess is the I([File]) should be I('File'). But I do not know how this happened?
Any ideas?
Jason
The following is what is in my .mpr file
DEFINE PAD _0d80pf1l4 OF _MSYSMENU PROMPT ""+ I([File]) + "" COLOR SCHEME 3 ;
KEY ALT+", "" ;
SKIP FOR !G_MenuEnabled ;
MESSAGE I(' ')