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

Calling Crystal reports from ASP

Status
Not open for further replies.

ambati

Programmer
Feb 16, 2002
5
IN
Hi all,


How to call crystal reports from ASP?

I need to pass parameters also.

There will be one button when you click on it it should
show report on the web.

Thank you in advance.

Ambati
 
here's an exemple of URL calling a .rpt with parameters .
I hope it may help you.

//BEGES16/CrystalReports/french/I3400104.rpt?user0=LDCUser=&password0=welcome&prompt0=DateHeure (2002,01,28,00,00,00)&prompt1=Date Heure(2002,02,03,00,00,00)&prompt2=11&paramx=kgjlkdfjgk kdg1212fdg;jdgjklmlkfgl


---------------------------------------------------------
I also have some problem :

using VB 6 and crystal 8(to lauch .rpt from VB with parameters
line :

CrystalReport1.ParameterFields(0) = "DateDebut ; DateHeure (2002,01,28,00,00,00) ;true"

Without this line, it works perfectly but users have to enter parameters using crystalreport prompt .
With this line, it just doesn't work. Neither error message, nor results (Normaly, it saves results to a .rpt file) .

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top