Using Visual FoxPro 8, I'm getting Error 1693 when compiling a project. GenMenu and GenScrn are
there. Any idea why I'm getting this error at compile time, and/or any suggestions for a fix?
Mike,
While I understand the GenMenu reference, VFP has never used GenScrn (you should never completely believe the Help File!). Check the Menu -> Tools -> Options ... -> File Locations (tab), and scroll down to Menu Builder. Check to make sure this is pointing at the 8.0 menu builder. (It's in "c:\program files\microsoft visual foxpro 8\genmenu.prg" on my system.)
If it still doesn't work, consider a reinstall of VFP SP1 - you may have a corrupted file somewhere.
Rick
> Using Visual FoxPro 8, I'm getting Error 1693 when compiling a project. GenMenu and GenScrn are
> there. Any idea why I'm getting this error at compile time, and/or any suggestions for a fix?
Mike - 16 Apr 2004 18:36 GMT
Rick
That was it. It was actually pointing to genmenu.fxp, and I didn't have a compiled version of the program. I reset it to genmenu.prg, and so far so good. Thanks!