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!

Crystal Reports from ASP

Status
Not open for further replies.

MaryumS

Programmer
Oct 31, 2000
12
US
Hi,

I am trying to access a crystal report from an ASP. It seems to work for most cases,however, if one of my parameters is a boolean in Crystal the report doesn't accept the boolean from th ASP. I use a form to send a True/False to the ASP and then convert using CBool before calling the report. However, each time I get a type mismatch error coming from the ASP. This method of calling and sending paramters to reports has worked fine when the paramters are strings or dates so I am not sure why it doesn't work with CBool.

Does anyone have any ideas for me? Maybe I should be trying to send the param in a different datatype.

Any ideas or suggestions would be greatly appreciated.

Thanks
 
Hi! Check out the Crystal Reports Forum, type "Boolean" in the search for keywords. I remember seeing a posting to that effect...I don't remember what the solution is. Good luck!
 
Hi MaryumS,

I am trying a similar application, can you send me sample codes on how to pass parameters to a crystal report from my ASP page. My code just shows a blank report as if I had passed null values, although I have checked that the variables which I'm passing do contain values.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top