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 bkrike 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: *

  • Users: subendu
  • Content: Threads
  • Order by date
  1. subendu

    Sharing images across web-apps

    I would like to know how can I achieve to share common images across multiple web applications. Initial though was to create a new emply WAR only with images, but I am not sure if I will be able to get its context from any of the running web applications. Pls suggest..
  2. subendu

    System hangs when fetching more data!!!!!

    I have a web application in ASP which uses Crystal Report 9. I am using Report Application Server 9. I am showing all the reports in InteractiveViewer.asp of Report Application Server. One of my report has a query which returns me 8000 records from the Oracle database. While displaying the data...
  3. subendu

    View most recent data after group by function

    I have 2 tables as listed below 1. Activity table col type --- ----- oid number(PK) create_time datetime oppr_oid number(FK) 2. Opportunity table col type --- ----- oppr_oid number(PK) opportunity_id...
  4. subendu

    Executing Perl Scripts inside JSP

    Is there a way to execute perl script inside a JSP page. My exact reqmnt. is to get the windows logon id using the perl script (inside a JSP), and do the necessary validations for the user in the JSp page, so as to show his personalised page. I want to achieve the same in one page. Any help...
  5. subendu

    Perl Script for getting Windows Logon Id?

    Can anyone give me a perl script to get the windows logon id? Thanks in advance. Subendu
  6. subendu

    Not able to run Perl on WLS 8.1 Sp2

    I am trying to run a perl script, and for that i have added the necessary code as listed in http://edocs.bea.com/wls/docs81/webapp/components.html#100540 But I am getting Error 500--Internal Server Error. On viewing the log fole, i see the following message CGIServlet: Failed to exec CGI...
  7. subendu

    Determining all details about the browser??

    Hi, I want to determine all details about the client browser, including whether it has any service packs, if yes which version etc.. Is it possible to do with javascript??? Subendu
  8. subendu

    Using Crystal Reports in a Web Based project

    Hi, We are trying to implement a reporting project with iPlanet 6.0, JSP, Servlets and CR9. Please let me know if anyone of you has done something similar, as I am having a typical problem. Waiting in anticipation.. Subendu
  9. subendu

    Pass Logon Info to Sub reports

    Hi, I am using 2 subreports, one being the footer of the other.. But when calling the same from the Application, it asks for the logon information. Could you please suggest how to pass the logon information programatically in RAS. Subendu
  10. subendu

    Invalid Pointer... When Using Sub Reports

    Hi, I have designed a report with sub reports using CR9. The two sub reports uses one table to show the data, and since my main report was just a dummy, i didn't include any table. But, when trying to access the same thru application, it thows me a page to insert the DB username and password...
  11. subendu

    When i try to generate a report thr

    When i try to generate a report thru Crystal RAS9 in Excel format, i get the following error com.crystaldecisions.report.web.viewer.ReportExportControl Logon failed. Not enough memory for operation. Pls help, whats the problem??? Subendu
  12. subendu

    How to use ODBC connection with RAS

    What settings i have to do to use ODBC connections with Crystal RAS9. Please help..Urgent
  13. subendu

    Error While Using Views with RAS

    Hi, In a report we are designing, we have to use 2 views and a table. When using the report with designer and seeing the preview, we are getting the report correctly. Now when I try to use the same report by calling through the application, it gives me this error ************** Tue Jun 17...
  14. subendu

    JavaBean Datasource Option Not Available

    Hi, I have been trying to use Java Bean Datasource with CR9 based on the article "Configuring Crystal Reports 9 to use JavaBean classes as datasources" http://support.crystaldecisions.com/library/kbase/articles/c2011506.asp As per the article, I am supposed to get Java Bean...
  15. subendu

    How to Set Background Color???

    We are using Crystal and JSP to display reports with Crystal Report Viewer. We have a requirement, where we need to show the background color for the report in a different color, other than white, which is default. How do you set the background color of the report to any other color?
  16. subendu

    Logon failed. Not enough memory for operation

    Hi, I am using Crystal 9 for generating cross tab reports using 4 tables. While developing the same for PDF format, I didn't get any errors, but when I tried to design the same for Excel format, I got the following error. com.crystaldecisions.report.web.viewer.ReportExportControl Logon...
  17. subendu

    Open a Pop Up Window From Crystal Report Viewer

    Hi, We are using Crystal 9 to generate accounting reports and display it in a JSP page. Now for some of the records, say Voucher Number, we would want to give a link, so that the user can click on it to see the details. This we are doing by providing hyperlink for that field in the designer...
  18. subendu

    Using CSS

    Hi, Any writeup's/help on how to use CSS with Crystal Reports. Where to put the CSS file, so that Crystal picks upm the classes. Any links/materials would be highly aprreciated. Subendu
  19. subendu

    Blank Page before Subreports

    The Doubt is regarding blank pages appearing when Subreports are used . We have a report that consists of an amount column which can be a credit amount or a debit amount. Now, We need to group all the details of debit accounts together under heading "Cash reciepts" and group all the...
  20. subendu

    Supress a Group Summary

    We have created a report with Crystal 9. The report has 3 groupings. The third grouping footer has summary of a amount column. The third group has to be suppressed completely if the the summary is "0". How can we achieve this with Crystal 9.

Part and Inventory Search

Back
Top