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!

Still need help with basic web reporting

Status
Not open for further replies.

ttex

Programmer
Mar 20, 2003
2
US
I have looked at the ePortfolio samples and ran the .asp files. The problem is, it is still ASP?!?!?

Is there a way for crystal enterprise to work without another platform layer to trigger the .rpt file?

How about PHP or just HTML?

>>Previous Post<<
I have CR 9 and CE 9. All I need to do is to pull some data out of SQL server and display a simple web report. I need to pass a parameter of an account number to select the correct data. All of the documentation I've seen require the use of ASP or JSP. I don't want to use either of those.
 
Here is code that will allow you to display a report on any html page. You have to ensure that your website has been set up so that .rpt calls the right crystal program.

<IFRAME Name=&quot;Report&quot; src=&quot;Reports/Failure_Summary_RP21.rpt?init=actx&promptex-ReportTitle=TestReport&quot; width=&quot;100%&quot; height=&quot;90%&quot; border=0></IFRAME>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top