0
Create Button PDF
Hi .
I have the 3 lines script on the Button (Crear PDF) my report name in Report_1 and need to view it in Emisiones (field pictures), the pdf
The script don't work, some help ?
Thanks
2 replies
-
Rafael
You only need one line of code:
Emisiones := importFile(this, printAndSaveRecord(this, "Report_1"), "EmisionesReportOrWhateverYouWant" + ".pdf");
optional, if you already have a report in your imagefield, you can put
Emisiones := null;
above the code (so you'll have 2 lines of code), this deletes first the imagefield.
Steven
Content aside
- Status Answered
- 2 yrs agoLast active
- 2Replies
- 101Views
-
2
Following