Bertiethedog
Programmer
I don't think this is a report problem
but I have this bit of simple code
the report seemed to be skipping through the wrong table
With the set skip in place we get "_tmp2 is not related to the current work area"
_tmp2 is a cursor created with the create cursor command
Richard
but I have this bit of simple code
Code:
SELECT _tmp2
SET SKIP TO _tmp2
REPORT FORM orderacks TO PRINTER PROMPT PREVIEW
the report seemed to be skipping through the wrong table
With the set skip in place we get "_tmp2 is not related to the current work area"
_tmp2 is a cursor created with the create cursor command
Richard