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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nikhilr

    CR 8.5 Executing Stored Procedure twice before generating the Report

    Hi, I am getting a strange problem with Crystal Report 8.5 The report uses a stored procedure (SQL Server) to get the data. In the stored procedure before executing the select query some inserts are done in some other tables. When the report is executed through Crystal Reports it executes...
  2. nikhilr

    Getting Windows Username in JSP

    is there any other way to do it ??? Is it possible to get the name in browser using JavaScript and then pass it to the user as a queryString ???
  3. nikhilr

    Getting Windows Username in JSP

    Hi, New to this tech. I need to get the Windows User name on the login page. i am trying to use request.getRemoteUser() but all the time it is returning me null. Here is the code i am using. <html> <head> <title> Get NT User </title> </head> <body bgcolor="#ffffff"> <% String sUserName...
  4. nikhilr

    Selection Formula.....

    Did you initialized objectFactory ??? i can not see it in your code. Firse create a ObjectFactory Object and then use it. Set ObjectFactory = Server.CreateObject(&quot;CrystalReports.ObjectFactory&quot;); also try creating viewer as Server.CreateObject instade of...
  5. nikhilr

    Selection Formula.....

    First of all modifying the selection formula in the viewer property will not help. To modify the Group selection formula of a report you need to do something like this. //************************************************ //Open the report Object var oReportClientDoc =...
  6. nikhilr

    Scheduling Issues

    Check the number of jobs a job server can run at a time. Generally default is 5. Also check if job server service is running.
  7. nikhilr

    Ad Hoc

    This New Report Link is related to RAS component of CE. If you have installed RAS license on your machine then only this link should be visible otherwise this link will not be visible to the users. Otherwise you can go in AVAILABLE.CSP file and comment the code for displaying this link to your...
  8. nikhilr

    Report Viewer Error (Web)

    You will not find this file any were. This is a temporary file generated by CE. Try restarting all the CE services or even rebooting your CE machine.
  9. nikhilr

    Can I give an Userattribute to a report select statement?

    What version of CE you are using. If you are using CE8.5 or above then you can use processing extensions which can provide you the finctionality you want. By using processing extension you don't need to write same report number of times.
  10. nikhilr

    Pad with leading zeros

    Hi, If you have all the ticket number as number only then you can keep your parameter as number and use it like {Ticket Number Param} = tonumber(Database Field) in record selection formula. Regards Nikhil

Part and Inventory Search

Back
Top