B4J Question Printer Dialog?

Harris

Expert
Licensed User
Longtime User
Is there a printer dialog where I could get a list of printers available and select one?
I would like to set a printer (name) which may be different than default printer.

Code:

Dim PDF As ABPDFBox

PDF.Print( ppath, fn, pprn, 1, True) ' directs the print job to defined printer...
' params: path as string, filename as string, PrinterName as string, numberOfCopies as Int, collated as boolean.


Thanks
 

Harris

Expert
Licensed User
Longtime User
I don't see any reason why I can't use JFX8Print in my ABM app...
Thanks
 
Upvote 0
Top