With VFP9 I receive the following error when trying to build the project into an executable:
"Allowed DO nesting or expression evaluation level exceeded".
(All elements of the program work fine in the Development Environment.)
The build process does not generate a .err file to help narrow the source of the problem. Help for the error suggests the following:
"To exceed the current limit of nesting levels, change the number of nesting levels by including the STACKSIZE setting and the new limit of nesting levels in a configuration file to use when Visual FoxPro starts up. For more information, see Special Terms for Configuration Files."
Rather than change the limit, I prefer to identify the source of the problem and modify the program design.
Let me know if you have any suggestions.
Thanks in advance.
CDavis
"Allowed DO nesting or expression evaluation level exceeded".
(All elements of the program work fine in the Development Environment.)
The build process does not generate a .err file to help narrow the source of the problem. Help for the error suggests the following:
"To exceed the current limit of nesting levels, change the number of nesting levels by including the STACKSIZE setting and the new limit of nesting levels in a configuration file to use when Visual FoxPro starts up. For more information, see Special Terms for Configuration Files."
Rather than change the limit, I prefer to identify the source of the problem and modify the program design.
Let me know if you have any suggestions.
Thanks in advance.
CDavis