0
Print Record Multiple Times in same PDF
I would need to print the same record multiple times in the same PDF using a comand/button Any suggestions?
I would use the following printRecord(this, “RECEIPT”); adding somehow a variable for the times it has to repeat in the PDF.
Thanks!
1 reply
-
Just a guess but have a number field on form to contain x print number (xNum)
then put a for next or do while loop around your code eg
for i from 0 to xNum do
printRecord(this, “RECEIPT”)
endPS NOT TESTED !!!
otherwise more thread here
Content aside
- 4 yrs agoLast active
- 1Replies
- 461Views