PDA

Click to See Complete Forum and Search --> : Crystal Reports & ASP


dcarlson
Aug 31st, 2000, 10:41 AM
Has anyone used Crystal Reports with ASP? I downloaded some samples from Seagate only in typical Seagate style the samples don't work.

Thanks,

monte96
Sep 3rd, 2000, 11:07 PM
I use Crystal & ASP on a daily basis... it takes a little effort to get it to work the first time, but once you do, it's pretty easy to implement. You have to make sure of a few things.. like for instance, in the SmartViewerActiveX.asp page that you have to add to your ASP project, you need to specify the location of the rptserver.asp file which should also be added to your project like so:

webSource.URL = Location.Protocol & "//" & _
Location.Host & "/[virtualdirectoryname]/rptserver.asp"

Also, the Seagate support site is pretty decent for tracking down the reasons for things not working.

dcarlson
Sep 5th, 2000, 07:54 AM
Thanks for the reply, it took me a whole day. First to get a static report to display, then one populated with a recordset.

Works good now.