Hello,
I am trying to call Crystal reports from ASP Pages. I have downloaded the rptserver.asp and couple of important files inorder to accomplish this task from Seagate's web site.
They have following lines of code. They (seagate) have used session variables extensively and where can I get help to use the methods on session variables. Like in the following lines of code they have used a method called "Areas" on a session variable called "oRpt". But in Activer server pages Session object, there is not such method. Any ideas how to make use of the code given by Seagate more effectively rather than simply using their code.
'Code to suppress the Page Header section
Set Area = Session("oRpt".Areas.Item(2)
Set Areaoptions = Area.Options
Areaoptions.visible = False
Thank you
vyas001
I am trying to call Crystal reports from ASP Pages. I have downloaded the rptserver.asp and couple of important files inorder to accomplish this task from Seagate's web site.
They have following lines of code. They (seagate) have used session variables extensively and where can I get help to use the methods on session variables. Like in the following lines of code they have used a method called "Areas" on a session variable called "oRpt". But in Activer server pages Session object, there is not such method. Any ideas how to make use of the code given by Seagate more effectively rather than simply using their code.
'Code to suppress the Page Header section
Set Area = Session("oRpt".Areas.Item(2)
Set Areaoptions = Area.Options
Areaoptions.visible = False
Thank you
vyas001