This topic is locked

Export to HTML

10/1/2009 7:04:39 PM
ASPRunnerPro General questions
P
pcdb author

Is there a way to either send an e-mail containing the html code for a "record view" or possibly a way to export to html? The idea is to be able to provide a webpage or html code for someone to use elsewhere that was generated from our database. I realize that someone viewing a record could just view the source in IE and copy and past the html, but it would be cleaner to have in integrated into the functionality of our site. On onther note... What happened to the export to PDF option?

Thanks

J
Jane 10/2/2009

Hi,
to send HTML email use runner_main function in your event:

http://www.xlinesoft.com/asprunnerpro/docs/runner_mail_function.htm
Unfortunately there is no export to HTML in ASPRunnerPro. Also we've remove PDF view option because there is no reliable 'export to pdf' component for ASP.

hichem 10/21/2009



Hi,
to send HTML email use runner_main function in your event:

http://www.xlinesoft...il_function.htm
Unfortunately there is no export to HTML in ASPRunnerPro. Also we've remove PDF view option because there is no reliable 'export to pdf' component for ASP.


To print to pdf, I simply added a pdf converter in my printer drivers list and can easily show printer friendly page then print it to the pdf driver (like you would send any document to a configured printer). So of course you need a pdf printer installed and there are a few free pdf printer drivers out there.

Another easy way if you have MS Office 2007, simply export your table to a word document then open and save it in MS Word under pdf, which works just fine.