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

I have a simple report that display

Status
Not open for further replies.

StevenJ

Programmer
Jul 24, 2001
8
US
I have a simple report that displays output from a stored procedure via an ASP page. I am developing the web application using Visual Interdev v6 SP5 on a Win2K SP2 Server box w/SQL 2K SP1.

The report displays if I use the SmartViewerHTMLPage.asp or the SmartViewerHTMLFrame.asp include file in my ASP page. However embedded images show as red-x's.

If I use the SmartViewerActiveXPage.asp include, the ActiveX control loads and instantiates, I can see and manipulate the controls, it displays 1 of 1 in the page location at the top, but the actual report display area in the control is dark grey - no lines from the report are displayed within.

I can view all of the Crystal sample reports without problems.

I've tried all of the suggestions that I could find in the Crystal knowledge base regarding the use of the ActiveX viewer, and have gone through the Crystal Web Viewer ActiveX troubleshooting guide without success. I've also tried to scan this forum and the database forum without finding a solution, hence this post.

Hoping someone can shed some light,

Thank you!

Steven J. Ackerman
ACS, Sarasota, FL
steve@acscontrol.com
sja@gte.net
(941)377-5775
(941)378-4226 FAX
 
Found the problem. This one had Crystal support stumped.

Here's a Knowledge base article that describes the problem with VI and how to fix it:

Basically, you can't use the Crystal ActiveX viewer with VI in debugging mode, because of extra data that IIS inserts into the HTTP stream to the client. This also affects anything that depends upon an unadulterated Response.BinaryWrite stream. Too bad !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top