0

Choosing between different Print layouts

How can I choose between different Print layouts?

I know how to create them, but with my function (below) I can only choose the pre-chosen layout.

let myFileName := Typ + "_" + 'Nr.' + ".pdf";
importFile(this, printAndSaveRecord(this, "Rechnung"), myFileName);
Rechnung := myFileName

1 reply

null
    • Choices_Software_Dean
    • 4 yrs ago
    • Reported - view

    The following will print the current record by layout name:

    printRecord(this, "EnterLayoutNameHere")