Results 1 to 3 of 3

Thread: Crystal Reports & ASP

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    Has anyone used Crystal Reports with ASP? I downloaded some samples from Seagate only in typical Seagate style the samples don't work.

    Thanks,

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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.



  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    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
  •  



Click Here to Expand Forum to Full Width