NO TABLE FOR SYSOBJ (Arev32)
At 15 DEC 2011 04:43:52PM James Foulkrod wrote:
My program tries to loop through a table but after the loop goes for a while at runtime it generates an error that I can only see momentarily in the debug window saying something like "NO TABLE FOR SYSOBJ". The table is used twice in the program, first using a SELECT BY and, after that is done, I loop through it a few times inside a loop on another file.
Can anyone tell me what the "NO TABLE FOR SYSOBJ" means?
I could do this better a SELECT BY with a REDUCE script but I find the documentation on REDUCE to be confusing.
Thanks,
Jim
At 15 DEC 2011 05:22PM James Foulkrod wrote:
More info - the completer error message is "NO TABLE FOR SYSOGJ RPT27"
Jim Foulkrod
At 16 DEC 2011 10:21AM Bob Orsini wrote:
This usually means it is trying to execute a program or dictionary that is not compiled.
At 19 DEC 2011 10:14AM James Foulkrod wrote:
Thanks Bob. I'll look at it that way.