Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by muralidhark

  1. muralidhark

    Error "Server has not yet been opened"

    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.
  2. muralidhark

    Problem of viewing reports using tailor-made CSP script

    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") =...
  3. muralidhark

    viewrpt.cwr

    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
  4. muralidhark

    Printing in Crystal Enterprise without going to viewer

    I can't wait for ce8.5. It would really be helpful , if you tell me how to accomplish this with csp in the current version.
  5. muralidhark

    Changing Database logon in Crystal Enterprise at run time

    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
  6. muralidhark

    Crystal Enterprise and ASP Newbie question.

    Since your parameter page is an ASP, User form post method to post the parameters collected in that page to the asp page on the other server.
  7. muralidhark

    Printing in Crystal Enterprise without going to viewer

    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.

Part and Inventory Search

Back
Top