When compiling a project, until building the menu, compiler show error "PROGRAM TOO LARGE", but if I generate the menu, using generate from "Program Menu", it's ok. any idea ?
I'd guess that it's not the Menu, but the screen that's just "after" it in the project file. Remember that the project itself doesn't display them in the order that the files were added to the project, but sorted by the appropriate file type.
You could open the Project (carefully) as a table and find the "bad" file. Something like this should work:
Code:
set deleted on
USE myProj.PJX alias junkpjx noupdate
locate for Type="M"
browse last
Now open the memo field NAME in the next record (that's not deleted!) - it should be the file that's giving you the real problem.
Note: This does assume you only have one menu. If you have more, use CONTINUE to get to the "right" menu.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.