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
-
The following will print the current record by layout name:
printRecord(this, "EnterLayoutNameHere")
Content aside
- 4 yrs agoLast active
- 1Replies
- 548Views