How to skip printer selection dialog

Hi
I need to print xxx copies of the same form, printing an incremental number on each…solved with no problem but… for each print() the window asking for the printer selection appears! Is there a way to skip the printer selection.. or to show it only once.

Thank you in advance

Enrico

I spoke with Jan Blok about this problem and he told me that they will study “something” to allow to skip the popup printer selection window.

any news on this one?

I’ve been told that will be ready on next release 1.2 RC3 scheduled for this week (…I hope)

bye

currently testing Version R2 1.2rc4-build 257…

example:
print only current record (no printerSelectDialog) to plugin printer

controller.print(true,false,plugins.pdf_output.getPDFPrinter(‘c:\temp\out.pdf’));

controller.print( [printCurrentRecordOnly], [showPrinterSelectDialog], [printerJob])

Looks nice… thank you Maarten.. thank you SERVOY