Bill Pappathopoulos
2004-03-05 20:39:51 UTC
When I run some very basic dBASE code (either called from some other
process or run from the command window) I regularly have the processing
stop with a "Database Engine Error" message that says "Full dBASE
exxpression not supported", but the fix or debug options usually point
to a line in the code that is functionally the same as some previous
lines of code that operated correctly. If I select the ignore option,
the program runs through, and when I look at the results, it appears
that the line at which processing was interrupted has actually been
executed correctly after the ignore.
Here is an example:
use invtrx index invtrx exclusive
zap
use timetrx index timetrx exclusive
zap
use exptrx index exptrx exclusive
zap
use wotrx index wotrx exclusive
zap
use assytemp index assytemp exclusive
zap
use
The error message comes up pointing to line 9 even though the same basic
expression was invoked 4 times earlier in this simple operation.
Can anyone point me in the right direction here?
---------------- Bill
process or run from the command window) I regularly have the processing
stop with a "Database Engine Error" message that says "Full dBASE
exxpression not supported", but the fix or debug options usually point
to a line in the code that is functionally the same as some previous
lines of code that operated correctly. If I select the ignore option,
the program runs through, and when I look at the results, it appears
that the line at which processing was interrupted has actually been
executed correctly after the ignore.
Here is an example:
use invtrx index invtrx exclusive
zap
use timetrx index timetrx exclusive
zap
use exptrx index exptrx exclusive
zap
use wotrx index wotrx exclusive
zap
use assytemp index assytemp exclusive
zap
use
The error message comes up pointing to line 9 even though the same basic
expression was invoked 4 times earlier in this simple operation.
Can anyone point me in the right direction here?
---------------- Bill