you all know a lot about printing things, can you help me with this
i tried to print a foundset on pdf, that works but i want to give a name to the pdf so it doenst get erased by the next one
i got :controller.print(true,false,plugins.pdf_output.getPDFPrinter(‘g:/pdf/inschrijvingenid.pdf’));
can i use tags? like (‘g:/pdf/%%inschrijvingenid%%.pdf’)
i got a lot of records to print so i can’t use a dialog box
help