Feature request: store files in database

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 :cry:

Hi Fritzy,

Tags will not work. Assuming inschrijvingenid is a field or a variable, try

'g:/pdf/' + inschrijvingenid + '.pdf'

Also, create a new topic when asking new questions. Otherwise we will all end up confused :wink: Maybe this one belongs under ‘Methods’ or ‘Forms’ rather than ‘Issues and Bugs’.