|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
MS Access Report to PDF
Hi!
I am currently working on a project that will migrate MS Access DB and Front End to web-base solution to reduce MS Access installation. Previously, users are using MS Access as frontend to produce customized report. I am not sure if in a web based solution, using ASP, I can display the access report as-is or by converting to pdf (server side) and display on a webpage. I'm not sure if there are builtin solution on this or I need to have 3rd party to do so. Need advise. regards, MP M P wrote:
> Hi! Why not display the report using html?> > I am currently working on a project that will migrate MS Access DB and Front > End to web-base solution to reduce MS Access installation. Previously, users > are using MS Access as frontend to produce customized report. I am not sure > if in a web based solution, using ASP, I can display the access report as-is > or by converting to pdf (server side) and display on a webpage. I'm not sure > if there are builtin solution on this or I need to have 3rd party to do so. > > Need advise. > > regards, > MP -- Mike Brind I prefer to use Access Report since the report contains headers and footer
that ASP cant handle (or is there something that I don't know). If there is a technique that I may use, please share your thoughts and will be gladly to know it. M P Show quote "Mike Brind" <paxton***@hotmail.com> wrote in message news:1145430175.985702.29660@j33g2000cwa.googlegroups.com... > > M P wrote: >> Hi! >> >> I am currently working on a project that will migrate MS Access DB and >> Front >> End to web-base solution to reduce MS Access installation. Previously, >> users >> are using MS Access as frontend to produce customized report. I am not >> sure >> if in a web based solution, using ASP, I can display the access report >> as-is >> or by converting to pdf (server side) and display on a webpage. I'm not >> sure >> if there are builtin solution on this or I need to have 3rd party to do >> so. >> >> Need advise. >> >> regards, >> MP > > Why not display the report using html? > > -- > Mike Brind > In the html version, you would need to use CSS to provide the headers,
footers and page breaks: http://www.w3.org/TR/css-print/ -- Show quoteMike Brind M P wrote: > I prefer to use Access Report since the report contains headers and footer > that ASP cant handle (or is there something that I don't know). If there is > a technique that I may use, please share your thoughts and will be gladly to > know it. > > M P > "Mike Brind" <paxton***@hotmail.com> wrote in message > news:1145430175.985702.29660@j33g2000cwa.googlegroups.com... > > > > M P wrote: > >> Hi! > >> > >> I am currently working on a project that will migrate MS Access DB and > >> Front > >> End to web-base solution to reduce MS Access installation. Previously, > >> users > >> are using MS Access as frontend to produce customized report. I am not > >> sure > >> if in a web based solution, using ASP, I can display the access report > >> as-is > >> or by converting to pdf (server side) and display on a webpage. I'm not > >> sure > >> if there are builtin solution on this or I need to have 3rd party to do > >> so. > >> > >> Need advise. > >> > >> regards, > >> MP > > > > Why not display the report using html? > > > > -- > > Mike Brind > > On Wed, 19 Apr 2006 14:34:07 +0800, "M P" <m***@textguru.ph> wrote: Nothing built-in to display a PDF, but you can pesent in HTML if that>I am currently working on a project that will migrate MS Access DB and Front >End to web-base solution to reduce MS Access installation. Previously, users >are using MS Access as frontend to produce customized report. I am not sure >if in a web based solution, using ASP, I can display the access report as-is >or by converting to pdf (server side) and display on a webpage. I'm not sure >if there are builtin solution on this or I need to have 3rd party to do so. works for you. Jeff M P wrote:
> Hi! ActivePDF is one solution, but after going back and forth with report> > I am currently working on a project that will migrate MS Access DB and Front > End to web-base solution to reduce MS Access installation. Previously, users > are using MS Access as frontend to produce customized report. I am not sure > if in a web based solution, using ASP, I can display the access report as-is > or by converting to pdf (server side) and display on a webpage. I'm not sure > if there are builtin solution on this or I need to have 3rd party to do so. formats, we've decided to just use Excel as the report Engine. |
|||||||||||||||||||||||