Even though you have logged on to the Server. You still need to set location for all the tables which have been used in the report.
So set the location for each table or view used at run time.
You need to Logon to Crystal Enterprise and Pass the Logon token to the Crystal Report Viewer viewrpt.cwr.
Given is the Sample Code
Set Sess = SessionManager.Logon(UserID, Password, APS ServerName, "SecEnterprise")
Set LogonTokenMgr = Sess.LogonTokenMgr
Session("IStore") =...
Viewrpt.cwr supports Form Post and all the fields which are passed in URL can be passed as form fields. Help on this is available on Web Developer Help File available with Crystal Enterprise
Can you guide me in specfying runtime database server/user name/password from Crystal Server Pages.
The reportlogon properties of Report object are read only. How do u specify at runtime?
Does it have to be specified only in Crystal Management Console?
Your help is highly appreciated
Hi,
I would like to know how to print in Crystal Enterprise/CSP without going into the viewer. I have a requirement that server should print the report which has been scheduled.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.