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.

en@frrom
11th August 2004, 13:14
Alright, I already found the problem; I had a print condition on the layout, which I copied from the program script. There were variables included, so in the program script they are :variable whereas the ':' shouldn't be added in the report layout conditions...