Skip to main content

Hi

 

I have a Form that hosts several controls, including 4 tabs.

 

Is it possible to either Print all of the Form content?

 

Note: I don't want to just print what is displayed in the browser window (I can do this already via JavaScript).  I want to print/export what is on all of the tabs too, all to one document.

 

I am open to Export to PDF, if the Print idea is not feasible.

 

Thanks

I would export every tab to a pdf, combine that pdfs and then print it out...

Quick update for anyone else reading this.

 

It did realise that the Save As PDF control would export all tabs on a Form already.

 

I implemented a solution which basically involved:

* Using the Save As PDF control as normal to generate the PDF into the PDFFile SMO Table

* Obtaining the PDF ID

* Using the PDFFile SMO to load the Generated PDF into a File Attachment control

* Then immediately deleting the record from the PDFFile SMO table.

 

I did not want the records to be stored, the solution is tidy and works fine!

User simply clicks the control to Open/Save the PDF.


Reply