0
Button don't work
Hi everybody, I create a button to save simply a pdf of an image with a print layout, this
let myPdf := printAndSaveRecord(this, "Scheda Tecnica");
let myName := "Scheda Tecnica " + Descrizione + ".pdf";
importFile(this, myPdf, myName)
The problem is that works only for new records, not for old records.
Why?
Thanks in adavnce
Alberto
1 reply
-
Solved, don't use "/" in the name
Content aside
- 4 yrs agoLast active
- 1Replies
- 303Views