d.schingenga
22nd January 2009, 16:51
We use the Infor Webtop for our clients. I made a report for orderconfirmation, which will be printed three times (nr.copy variable). We now need a report that will print this confirmation just one time.
I copied the first report and added the following code in the first before layout:
if nr.copy <> 0
then
spool.close()
end()
endif
In BaanIV this works fine, even with the Infor Worktop this works fine. However when using with the webtop, it is executed but the execution will not stop. The indicator at the top right keeps moving. The only way to get out this is to close the webbrowser.
What can be the reason for this? And how to solve this of is there a easy way to stop the report after 1 copy is printed?
Thanks inadvance,
Dirk
I copied the first report and added the following code in the first before layout:
if nr.copy <> 0
then
spool.close()
end()
endif
In BaanIV this works fine, even with the Infor Worktop this works fine. However when using with the webtop, it is executed but the execution will not stop. The indicator at the top right keeps moving. The only way to get out this is to close the webbrowser.
What can be the reason for this? And how to solve this of is there a easy way to stop the report after 1 copy is printed?
Thanks inadvance,
Dirk