Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ASP and Crystal Reports 8.5


Message #1 by "Leslie" <leslie.mcahren@a...> on Wed, 11 Dec 2002 22:34:10
I am wanting to call a Crystal Report from an ASP page. Currently, calling 
the report from the hard drive seems the only way. Does anyone know how to 
call the report using a URL?

For example: 
Set rpt= Obj.OpenReport("http://xxxxx.com") 

INSTEAD OF:
Set rpt= Obj.OpenReport("c:\myReport.rpt")

Thanks for your help.

  Return to Index