I am developing a software in foxpro 2.6. on windows 98
When i run the project after every 16 trasactions it gives an error as follows :-
" DO NESTING IS TOO DEEP "
there is no logical or syntax error in the project. But still it gives this error. Anybody can tell me the solution.
Software/Hardware used:
Software foxpro 2.6 os - 98
ASKED:
November 17, 2009 11:31 AM
UPDATED:
November 20, 2009 11:27 AM
It sounds like you have too many nested loops, more than the maximum allowed by foxpro, but without looking at the code, it would be hard to tell.
I would read the documentation about DO WHILE loops, and then check the code again.
Km1 is correct.
This link could help clarifying the DO nesting level:
How to Determine the Current DO Nesting Level
my main program is XY.
In XY i called another prog. AAA.
In AAA I called another prog. BBB.
XY —> AAA —> BBB
Thus there are only three levels.
No logical and syntax error.
Still IT SHOWS error ” DO NESTING IS TOO DEEP ”
Is there any solution on this problem ………???????????