Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Internet Explorer (Not Edge) has an option in the print dialog to print all linked documents that looks like this:
So if you created a code page that had a series of hyperlinks to all the documents you wanted to print you could print them all at once using the above print dialog option:
https://haversineconsulting.quickbase.com/db/bmtpmup9q?a=dbpage&pagename=print.html
When forming your URLs for the <a> elements leave off the ridlist parameter.
If you want more features or non-default print options you would have to use the print option about but include some script to overcome the annoying dialogs that popup when attempting to print.
So if you created a code page that had a series of hyperlinks to all the documents you wanted to print you could print them all at once using the above print dialog option:
<a href="bmtpmuqap?a=q&qid=1&dlta=pr~fl6.7.8.9.10.~">report 1</a>You can try it yourself using my page:
<a href="bmtpm79wg?a=q&qid=1&dlta=pr~fl6.7.8.9.10.~">report 2</a>
https://haversineconsulting.quickbase.com/db/bmtpmup9q?a=dbpage&pagename=print.html
When forming your URLs for the <a> elements leave off the ridlist parameter.
If you want more features or non-default print options you would have to use the print option about but include some script to overcome the annoying dialogs that popup when attempting to print.