Allright guys, I'm open to suggestions here. I am working on (among several things) creating a web site that will display a Crystal Report. I am somewhat familiar with ASP. I have Crystal Reports Version 8.5. I also have Visual Studio 6 and .NET (I prefer 6).
I am familiar with the fact that there are several ways to do this, (using ActiveX using DLL, or object library), I am curious as to which one will give me the greatest flexibility and security, with ease of use.
Eventually I'd like to be able to go like this:
\\crystalserver\report.asp?username=AAA&password=BBB&startdate=08012002&enddate=08292002
and so on, you get the point, basically I want the option to pass in parameter fields in the query string. But if they are not passed, I'd like the user to be prompted for them.
Sorry if this seems like a ridiculous question, I'm just looking for suggestions based on what you guys prefer... because if I need help along the way, I'll at least know where to look. I'm pretty new to Crystal, and so far I'm not so impressed, anyways, thanks in advance,
Jacob438
I am familiar with the fact that there are several ways to do this, (using ActiveX using DLL, or object library), I am curious as to which one will give me the greatest flexibility and security, with ease of use.
Eventually I'd like to be able to go like this:
\\crystalserver\report.asp?username=AAA&password=BBB&startdate=08012002&enddate=08292002
and so on, you get the point, basically I want the option to pass in parameter fields in the query string. But if they are not passed, I'd like the user to be prompted for them.
Sorry if this seems like a ridiculous question, I'm just looking for suggestions based on what you guys prefer... because if I need help along the way, I'll at least know where to look. I'm pretty new to Crystal, and so far I'm not so impressed, anyways, thanks in advance,
Jacob438