Bastien
13th December 2004, 17:25
Hello,
As we have to customize and print Invoices with Crystal, we are trying to modify Baan reports with Crystal Reports.
In the report script, we use the "layout.again" instruction (see example below):
after.layout:
if i.boucle.lot <= nb.comp.lot
then
layout.again()
endif
But when we print via Crystal, only the last evaluation of the layout is printed. The "layout.again()" in an "after.field" seems to be wrongly interpretated in Crystal.
Have you any idea on the subject? We cannot change the Baan script and we don't know how to carry on with this issue.
Thank you in advance.
As we have to customize and print Invoices with Crystal, we are trying to modify Baan reports with Crystal Reports.
In the report script, we use the "layout.again" instruction (see example below):
after.layout:
if i.boucle.lot <= nb.comp.lot
then
layout.again()
endif
But when we print via Crystal, only the last evaluation of the layout is printed. The "layout.again()" in an "after.field" seems to be wrongly interpretated in Crystal.
Have you any idea on the subject? We cannot change the Baan script and we don't know how to carry on with this issue.
Thank you in advance.