Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Viewing a report, after using ExportReport method 1

Status
Not open for further replies.

JohnBates

MIS
Feb 27, 2000
1,995
0
0
US
Hi everyone -

Using VB 6

I have exported a Data report to a .htm file

How can I (within my VB pgm) bring up the report for viewing ?

Thanks, John
 
Hi John Bates

The WebBrowser control is very useful for this.

It is listed in the components as
Microsoft Internet Controls.
The icon looks like a globe.

There is a useful example in

Go to Deitel's Visual Basic book and download the examples.
Then go to the example in the following directory:
Deitel/Ch19/fig19_02.
The project is called WebBrowser.

You must have IE 4.x running to use this example.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top