- Oebrown Cheng
- PowerBuilder
- Wednesday, 19 May 2021 02:00 AM UTC
I have two printer with different paper size (A4 & small label)
i use below script, choose printer then print out, it always print out the default printer paper size.
dw_1.print(true,true)
after search and known that PB's printer session,
i change to below script, it work fine and print out correct paper size when choose different printer.
PrintSetup()
dw_1.Print(true, false)
but i don't see any window to set pager range to print, only can print all pages.
Dose any solution to set page range to print ?
(I use PB2019 R3 build 2703 on Win10 20H2)
thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.