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
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