en@frrom
11th August 2004, 13:06
Hello,
I have a very simple report linked to a customized display-session. The report is just printing the data displayed on the screen. So in program script there is:
choice.print.data:
on.choice:
if rprt_open() then
rprt_send()
rprt_close()
else
choice.again()
endif
And the report contains only a header and detail line with the fields and values of the screen. No report script is present.
When compiling, I receive two errors; see attachment.
Anybody an idea? How can I figure out what the problem is? I cannot even debug, because it is not yet been compiled correctly even once...
Thanks in advance,
En.
I have a very simple report linked to a customized display-session. The report is just printing the data displayed on the screen. So in program script there is:
choice.print.data:
on.choice:
if rprt_open() then
rprt_send()
rprt_close()
else
choice.again()
endif
And the report contains only a header and detail line with the fields and values of the screen. No report script is present.
When compiling, I receive two errors; see attachment.
Anybody an idea? How can I figure out what the problem is? I cannot even debug, because it is not yet been compiled correctly even once...
Thanks in advance,
En.