Firstly, I do this all automatically with macros (BASIC)
Simplifying as much as I can… I have a page form for printing (with images and some drawing and stuff) where it shows fields from tables. Let’s say a person have can have many of these pages. So the data from fields vary, but not the page. Think of the mail merge but all pages together.
The problem is that I can only print that single page at once. This means : load row → print → next row → print → next… And I end with too many files, and I need them in a SINGLE PDF, and then send it by email to that person (but I already know how to do that)
My first thought was using an external program that can use the command line, first printing them and the using the third party program for merging them, I haven’t found any free program that can do it, but I would rather avoid that. I would hear any solution that use them anyway.
Then I found another alternative in this forum with calc, that I don’t know how to apply to base forms. They copied the page to some other place on the file, like a buffer, and printing altogether when finished. Would be this possible? Like duplicating the entire page to the end of the form?