PDA

Click to See Complete Forum and Search --> : Report/Printable version


dvst8
May 30th, 2000, 10:29 PM
I'm returning a bunch of data from a database out to the user's browser using ASP.When it comes up in HTML it is not exactly printer friendly.

What I am working on right now is piping the results out to Word.. but that may not be the best solution.

I've noticed on this page, in the top right corner there is a "Printable version" icon. How does that work? And could this be useful to me?

If not, is there easier way to generate reports in ASP?

tx
d8

ramdasv
May 30th, 2000, 11:17 PM
We are using ACtive Reports to generate PDF files of reports.
This will help user to view and print reports having many pages.
Server should be having active reports installed and the client should be having acrobat reader to view the PDF fiels.

Check these sites for details

http://www.adobe.com
http://www.datadynamics.com

Ramdas

dvst8
May 31st, 2000, 01:40 AM
perfect.
thankx r