Ask a Question related to ASP.NET General, Design and Development.
-
Paul #1
Displaying MS Access on an ASP page
Hello,
is it possible to show MS Access components (particuarly reports) on
an ASP page?
Cheers
Paul Mitchell
Paul Guest
-
Result XML page not displaying
I have installed web services on a laptop. I can browse to the asmx page, I can place the request fine. The problem I am having is that the result... -
Displaying from Access(results)
Hi, I have a voting system where one can vote for their fav artists under different categories. Besides voting for their fav artists, a user also... -
Displaying the correct Data from Access To CF
Hi There!!! I am just coming to end of a university project which i am working on, in which buyers of used vehicle are able access an MS Access... -
Page Numbers not all Displaying
In one particular document I am working on, I can't seem to get some of my page numbers to display. I have applied the master to those pages. Also,... -
Displaying fields(columns) in MS Access
Good day to everyone. I have found using various connection types my table display comes up differently. If I use an OLEDB type connections my... -
Paul #2
Displaying MS Access on an ASP page
Hello,
is it possible to show MS Access components (particuarly reports) on
an ASP page?
Cheers
Paul Mitchell
Paul Guest
-
SA #3
Re: Displaying MS Access on an ASP page
Paul:
No, its not possible to output a native Access report to a web page. You
can output either static HTML (File -> export), or create an ASP page that
would mimic the report, or output the Report to a PDF file for display.
Otherwise, look at any number of the many Web based reporting packages that
are designed for the web such as Crystal, or ActiveReports which allow you
to connect to your Access db to dynamically display data.
--
Steve Arbaugh
ACG Soft
[url]http://ourworld.compuserve.com/homepages/attac-cg[/url]
"Paul" <paul@nospam.fsnet.co.uk> wrote in message
news:bfta7f$ad5$1@news8.svr.pol.co.uk...on> Hello,
> is it possible to show MS Access components (particuarly reports)> an ASP page?
> Cheers
> Paul Mitchell
>
>
SA Guest
-
SA #4
Re: Displaying MS Access on an ASP page
Paul:
No, its not possible to output a native Access report to a web page. You
can output either static HTML (File -> export), or create an ASP page that
would mimic the report, or output the Report to a PDF file for display.
Otherwise, look at any number of the many Web based reporting packages that
are designed for the web such as Crystal, or ActiveReports which allow you
to connect to your Access db to dynamically display data.
--
Steve Arbaugh
ACG Soft
[url]http://ourworld.compuserve.com/homepages/attac-cg[/url]
"Paul" <paul@nospam.fsnet.co.uk> wrote in message
news:bfta7f$ad5$1@news8.svr.pol.co.uk...on> Hello,
> is it possible to show MS Access components (particuarly reports)> an ASP page?
> Cheers
> Paul Mitchell
>
>
SA Guest
-
Scott M. #5
Re: Displaying MS Access on an ASP page
I believe it IS possible using the Office Web Components. Please note that
each client accessing this page would need the OWC added to their machines.
"Paul" <paul@nospam.fsnet.co.uk> wrote in message
news:bfta7f$ad5$1@news8.svr.pol.co.uk...on> Hello,
> is it possible to show MS Access components (particuarly reports)> an ASP page?
> Cheers
> Paul Mitchell
>
>
Scott M. Guest
-
Scott M. #6
Re: Displaying MS Access on an ASP page
I believe it IS possible using the Office Web Components. Please note that
each client accessing this page would need the OWC added to their machines.
"Paul" <paul@nospam.fsnet.co.uk> wrote in message
news:bfta7f$ad5$1@news8.svr.pol.co.uk...on> Hello,
> is it possible to show MS Access components (particuarly reports)> an ASP page?
> Cheers
> Paul Mitchell
>
>
Scott M. Guest
-
Paul Turley #7
Re: Displaying MS Access on an ASP page
Yes. You can view an Access report in a web page using the snapshot viewer
ActiveX control. I have a sample app in a VB6 project at
[url]http://www.createsolutions.net/download_files/MTS[/url] Report.zip. I wrote it
several years ago and haven't looked at it in a while but I believe
everything is there.
Good Luck
--
Paul Turley, MCSD, MCAD, MCT, MSF Practitioner, A+ Technician
[email]paul@createsolutions.net[/email]
"Paul" <paul@nospam.fsnet.co.uk> wrote in message
news:bfta7f$ad5$1@news8.svr.pol.co.uk...on> Hello,
> is it possible to show MS Access components (particuarly reports)> an ASP page?
> Cheers
> Paul Mitchell
>
>
Paul Turley Guest



Reply With Quote

