LB Booster
Programming >> Liberty BASIC language >> printer dialog
http://lbb.conforums.com/index.cgi?board=lblang&action=display&num=1425852342

printer dialog
Post by Alincon on Mar 8th, 2015, 10:05pm

Does anyone have sample code to call and return information from the printer dialog in LBB?

r.m.
Re: printer dialog
Post by Jack Kelly on Mar 9th, 2015, 09:31am

Code:
print PrinterName$
print PrintCopies
printerdialog
print PrinterName$
print PrintCopies
 


I can't get PrintCopies to return anything but 1 on my system.

Re: printer dialog
Post by tsh73 on Mar 10th, 2015, 06:25am

Interesting, it worked first few times with local printers for me. (XP Prof SP3)
Then I tried networked printer - got 1
Now, I get 1 everythere
Closing/opening LBB does not help
Reboot takes too long on my machine so I will not test sad