|
-
Aug 31st, 2000, 10:41 AM
#1
Thread Starter
Hyperactive Member
Has anyone used Crystal Reports with ASP? I downloaded some samples from Seagate only in typical Seagate style the samples don't work.
Thanks,
-
Sep 3rd, 2000, 11:07 PM
#2
Frenzied Member
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.
-
Sep 5th, 2000, 07:54 AM
#3
Thread Starter
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|