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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display of a saved report

Status
Not open for further replies.

sheila11

Programmer
Dec 27, 2000
251
US
Hi all,

I am saving a few reports created during the night into a certain folder. Now I need to display them using ASP, inside my HTML pages. How can I do this ?

Any pointers... please ?

TIA,
Sheila
 
How are you saving them? Are you saving them as HTML or PDF? If so, then you don't have to do much other that point to them.

If you are saving them as a BO file (.rep), then you have to use the SDK to display them. This also means that EVERY viewer of the reports needs to be a licensed BO user.

Steve Krandel
VERITAS Software
 
Thanks, Steve.

These reports have graphs, and when I see them in a webpage, I see them made of a .gif and some HTML.

Currently I am saving them as BO files(.rep format). All users will have licenses, so I will be able to use SDK. However, I do not want to use VBA as an independent script to be run on the server, as long as possible. I hope to do this in ASP.

I am not able to find any ASP sample code either to save the reports as Pdf or to display them from .rep format. Could you help me there please ?

Thanks again,
Sheila
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top