Neil Toulouse
Programmer
Hi folks!
I have an issue whereby I have 3 seperate reports emulating a single, 3 page report. In our organisation's setup we have a problem whereby the 'second page' ends up going to a printer in another building!! keeps them fit I suppose
I do this by issuing the SYS(1037) command to set the printer for the session and then issuing the 3 report print commands.
Our teckies have got around the problem by only allowing one printer (driver) per client machine thus only being able to print the reports to one printer.
To get around this problem from a coding point of view I thought Ramani's code for stripping out the printer info may help but this made things worse by also removing the orientation setting and so my landscape reports were being forced to portrait!!
Basically my question is what is the benefit of stripping out the printer information, and are there specific settings that need to be kept?
TIA
Neil "I love work. I could sit and stare at it for hours..."
I have an issue whereby I have 3 seperate reports emulating a single, 3 page report. In our organisation's setup we have a problem whereby the 'second page' ends up going to a printer in another building!! keeps them fit I suppose
I do this by issuing the SYS(1037) command to set the printer for the session and then issuing the 3 report print commands.
Our teckies have got around the problem by only allowing one printer (driver) per client machine thus only being able to print the reports to one printer.
To get around this problem from a coding point of view I thought Ramani's code for stripping out the printer info may help but this made things worse by also removing the orientation setting and so my landscape reports were being forced to portrait!!
Basically my question is what is the benefit of stripping out the printer information, and are there specific settings that need to be kept?
TIA
Neil "I love work. I could sit and stare at it for hours..."