Getting all the Available Printers

Hi all,

How can I get all available printers in Servoy?

I want to populate all the printers in to a dropdown list, user will choose any one of them(from the list of available) and order for printing(without showing the print Dialog).

Any response on the above?

thanks,
Infop

Try

application.getPrinters()

You may also need to look at:

controller.setPreferredPrinter();

Cheers
Harry