Print on Button Click
Is there a way to print on button click or is the PDF printer the only output from a button/print command?
In other words has a direct print function been developed or are we still tied to the "old" pdf print output?
I've been using the printRecord(this, "testlayout"); but as said that opens the pdf printing... looking to automate this..
Thanks!
4 replies
-
Paste code below in a button.
importFile(this, printAndSaveRecord(this, “PRINT”), TITLE + “.pdf”);
Replace PRINT with the title name that have your printing view.
Replace TITLE with a name that your PDF file is going to be saved.
Then look at your record attached files.
-
Hello John,
thanks! This works to export and save my layout in the attachements. But how does this solve the print on button problem?
Once it“s in the attachemnts how do i automate the print?
-
La funzione ancora non esiste che io sappia
-
Grazie Antonello! Infatti immaginavo purtroppo... davvero un grosso limite.
Content aside
- 4 yrs agoLast active
- 4Replies
- 1014Views