mostrightfuture
15th July 2004, 18:33
Hi All

I have a small problem. One of print session (wninh4440m00, Print load) prints two reports, one is Loading instruction and other is Delivery instruction against the load identification number.

I want to get the report name in the device script. I tried to get the report name using spool.report. This spool.report always return only one report name (the second report name), even though the spool.id returns the different value of spool Id. what could be reson?
Is there any other way that I check which report is going to print. Getting report name is not important, just wanted to know, is Loading instrcution is going to print or Delivery instruction.

Thanks in advance
Mahmood

Hitesh Shah
16th July 2004, 06:05
U can assign the spool.report to free$ in report script , export it to it's parent in free$ and import the free$ in device script. It should work.