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

Call SmartViewerActiveX.asp

Status
Not open for further replies.

CrystalVis

Technical User
Jun 26, 2002
200
US
Hello All,

I am trying to modify an ASP application that I downloaded from Crystal Decision site. This is how the application supposed to work:
1. user click on a link to call the Start.htm page. On the Start.htm page, there is a box for the user to enter the report name then click a Parameter List button.
2. After the user clicks the Parameter List button, I think this will trigger a call to a Rptparam.asp page
3. On the Rptparam.asp page, the user enters the values for the parameters for the report then click View Report button
HERE IS THE PROBLEM
After the user selects all values for the parameters and clicks View Report, I would like to call the SmartViewerActiveX.asp page to display the report. Right now when I click the View Report button, I receive a window ask me if I want to open the report at the location or save it. There is no where in the application that indicate after the user click the View Report button to launch the ViewerActiveX, which display the data.

As you can see, I am a Crystal report developer, not ASP programmer. So if this doesn't make sense, please ask question and I'll try my best to describe it.

Here are the last few line of codes in the Rptparam.asp page

%>

<INPUT type=&quot;submit&quot; value=&quot;View Report&quot; id=submit1 name=submit1>


</form>
</BODY>
</HTML>
Your help/suggestion is greatly appreciated.
TIA

p.s. the codes are too big to post here, but if you want to see, I'll post them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top