PBforBaan
8th August 2002, 09:57
Hi there,
got a problem using reports with different orientation and printers in a self-made-session.
Problem:
The first report (i send to the win-portrait-printer) is portrait
- everything is fine
the second report (i send it to the win-landscape-Printer) is in Landscape
- this one also appears in portrait
The first used papertype will be active until i close the session.
Actions taken:
This behavior came up after SP9, so i took in the latest solutions for ttstpsplopen and ttstpsplclose
- no change appeared
After i modified the script from
ret = brp.open("reportname", printer, 0)
to
ret = brp.open("reportname", printer, 2)
the splopen-dialog appeared after each report and the printout worked fine.
.....but there are thousands......
Question:
Any Ideas how to change orientation without dialog at this point ?
got a problem using reports with different orientation and printers in a self-made-session.
Problem:
The first report (i send to the win-portrait-printer) is portrait
- everything is fine
the second report (i send it to the win-landscape-Printer) is in Landscape
- this one also appears in portrait
The first used papertype will be active until i close the session.
Actions taken:
This behavior came up after SP9, so i took in the latest solutions for ttstpsplopen and ttstpsplclose
- no change appeared
After i modified the script from
ret = brp.open("reportname", printer, 0)
to
ret = brp.open("reportname", printer, 2)
the splopen-dialog appeared after each report and the printout worked fine.
.....but there are thousands......
Question:
Any Ideas how to change orientation without dialog at this point ?