NetTalk Central

Author Topic: Print a Form to a report  (Read 3828 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Print a Form to a report
« on: July 29, 2016, 06:54:17 AM »
Hi,

Is there any way to print a form to a report?


Ashley

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: Print a Form to a report
« Reply #1 on: July 29, 2016, 12:04:51 PM »
Automagically - I don't think so. I would hand code a report to look like the form and then call that report from a Print-button on the form.

Maybe others have a better idea.

Peter

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Print a Form to a report
« Reply #2 on: August 02, 2016, 06:56:27 AM »
Hi Peter,

That's what I thought the answer and solution would be.


Ashley

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Print a Form to a report
« Reply #3 on: August 03, 2016, 03:29:36 PM »
Not sure of the validity, but found this .. http://stackoverflow.com/questions/18191893/generate-pdf-from-html-in-div-using-javascript.

Might be helpful, using a javascript library to create a pdf from html.
Cheers,

Stu Andrews