472,328 Members | 1,322 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

How can you display a Web Page within a Report

52
When creating a Report is there a way to display a Web page within an object? I have a scenario where I am being asked to display a report for information that is controlled and published via another support group along with information that I maintain. This other support group provides their information via the Web with a nifty little layout. On that Note I would like to include the web page itself within my report and have no clue how to go about it. I have the URL to access the web page but need to find a way to display the Web page within my Access report.

Any help in this matter would be greatly appreciated.
Birky
Jul 26 '07 #1
3 5460
ADezii
8,832 Expert 8TB
When creating a Report is there a way to display a Web page within an object? I have a scenario where I am being asked to display a report for information that is controlled and published via another support group along with information that I maintain. This other support group provides their information via the Web with a nifty little layout. On that Note I would like to include the web page itself within my report and have no clue how to go about it. I have the URL to access the web page but need to find a way to display the Web page within my Access report.

Any help in this matter would be greatly appreciated.
Birky
I'm pretty sure that you cannot include this functionality in a Report itself, but here may be a viable option:
  1. Create a Form that contains nothing but a Microsoft Web Browser Control embedded in it.
  2. In the Open() Event of the Report, open the Form containing the Web Browser Control.
  3. In the Open() Event of the Form, Navigate to the appropriate Web Page via the Navigate Method of the Web Browser Control.
  4. On the Screen, you will have both the Report and the Web Page concurrently available.
  5. This does, of course, assume an existing Internet Connection.
  6. I've actually tested this approach and it does work. If you want complete details on how to accomplish this, just let me know.
Jul 29 '07 #2
Birky
52
Sorry for the delayed reply but they had slammed me with some other tasking and I am just getting back to this. Thank you very much, for this is what I am looking for. I am although having some difficulty getting the Web Browser portion to render within my report. It is working flawlessly in the form I just can’t get it to display the web page from within the report. Any suggestions on what I should check?

Thanks again for all the help, I am truly grateful.

Birky
Aug 1 '07 #3
ADezii
8,832 Expert 8TB
Sorry for the delayed reply but they had slammed me with some other tasking and I am just getting back to this. Thank you very much, for this is what I am looking for. I am although having some difficulty getting the Web Browser portion to render within my report. It is working flawlessly in the form I just can’t get it to display the web page from within the report. Any suggestions on what I should check?

Thanks again for all the help, I am truly grateful.

Birky
I don't think that you will be able to display the Web Browser in a Report.
Aug 1 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: deko | last post by:
I store hyperlinks as text in a table like this: Invoice11-21-2003.pdf#file://P:\Finance\PrefVendors\Receipts\Invoice11-21-20 03.pdf I need...
1
by: Beowulf | last post by:
I'm having some difficulty and I can't for the life of me figure out why. I have a main report, rptMain, that contains a report header (displays...
3
by: Mark | last post by:
Hello all - I'm at wits end with trying to figure out why I'm having this problem since I followed the research, that I've dug up, to a "T". I'm...
2
by: deegee | last post by:
hi, I'm trying to display a simple crystal report from within a web application but I keep getting prompted to enter login details for the...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm...
14
by: lmttag | last post by:
Hello. We're developing an ASP.NET 2.0 (C#) application and we're trying to AJAX-enable it. We're having problem with a page not showing the page...
1
by: gsauns | last post by:
I store images in my SQL 2005 database in a varbinary(max) field. I want to display them in a Crystal Report. Within Crystal Reports, when I put...
1
by: =?Utf-8?B?UnVzc2VsIExvc2tp?= | last post by:
I am developing a web application using VS 2008. We have included the AjaxControlToolkit. We have a report page. You select the fields you want...
6
by: Gord | last post by:
I have a report whose Record Source I set in code when clicking on a command button on a form. This Record Source is a table that gets created by...
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.