Hi,
I am trying to create an asp page that will open a crystal report. I think Im missing something because nothing I do works. Amongst other things, I have tried the following:
Set Application = server.CreateObject "CrystalRuntime.Application"
Set Report = Application.OpenReport("sample.rpt"
only to continually get 'file not found' errors no matter how I specify the file location.
Can someone please give me an example of code to generate the report - all these entries pointing to the Cyrstal Decisions website dont help me at all!! Im using Crystal 8.5.
Hope you can help
I am trying to create an asp page that will open a crystal report. I think Im missing something because nothing I do works. Amongst other things, I have tried the following:
Set Application = server.CreateObject "CrystalRuntime.Application"
Set Report = Application.OpenReport("sample.rpt"
only to continually get 'file not found' errors no matter how I specify the file location.
Can someone please give me an example of code to generate the report - all these entries pointing to the Cyrstal Decisions website dont help me at all!! Im using Crystal 8.5.
Hope you can help