Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Crystal Reports Software Solutions: 51 - 75 of 620
 
I am getting a date input from the user in the main report.  It is set up in Parameter Fields as inputDate.  How can I pass this inputDate to a subreport? Thanks
I have Crystal XI installed on my client machine and I'm running VB.Net on my client XP machine.  When clicking on the Export button on the Viewer object, I would like to remove some of the fi...
Hello everyone... My task is to retrieve a picture from a specific location on a HD and insert it into the report. Picture's path is generated by VB and stored into access database. I h...
I am trying using following code to open crystal report in PDF but it does not work. A window opens and then disappear. What are the causes? CrystalReportSource1.Report.FileName = Server.Ma...
Hi, I'm passing the contents of a Gridview to a Crystal Report in Visual Studio 2005 using C# and ASP.net. My problem arises because I allow the user to tick check boxes to choose which ...
Hi There Im creating a report from the following columns in my tables Vehicle Reg          date       mileage     fuel I have many records in this table showing the refuelling informa...
Morning all, I would like to know how to calculate cumulative percentages in crosstab. I have a distinct count running on my crosstab at the moment with distinct count percentages however, ...
I have an Access database, db1, with a table in it called table1. This table has two fields... ID and theName. I have VB6 and Crystal Reports XI Developer version. I'd like to create a prog...
Hi,     I am working on a Crystal Report with Version XI.     My requirement is : Get the data from 2 different data sources  1. DB2/AS400      2. Oracle      I have written both the quei...
I have created a report with Excel sheet as the datasource. I might need to pull one more database, with just 2/3 columns in it..which will be another excel sheet i believe. I sont have the se...
I get the following security plugin error in when trying to connect to a Crystal Server Repository (R2 SP3) from bot an XP & Vista box running the Crystal Reports Developer (R2 SP4): "Securit...
Can someone tell me how to stop the Crystal Report Viewer requesting logon information before displaying the crystal report on my website?  The report I'm trying to view on the website connect...
I have a JSP (viewReport.jsp) that can display a report (CrystalReport1.rpt). Below is the code for "viewReport.jsp". My report requires a parameter to be passed into it. The parameter name...
We're using Crystal  Reports Server 2008 and when we use Infoview to view a report it is throwing the error message - Error in File Monthly Sales Figures: Max processing time or Max records li...
I am trying to pull a shared variable from a subreport which will be my count, and then use this same shared variable to determine whether the list of returned records will be printed on that ...
I have a report in Crystal 10. I have 4 different subreports and one main report. All are using Commands (built fron scratch SQL), I need for these reports to all use the same 2 input paramete...
Somebody send me a jasper report, y open de xml, and i configure the database so will work,,, i work o.k but i try to change something in the database, and the report do not run..... then i...
Hello, I am new to CR and I'm wondering how I add a new field (piece of data from a database) in a Crystal Report? Thanks, Alex
I using following formula to count proposals due within 60 days but I am getting value 1 for all rows. datevar ddd1:=cdate({Command.DueDate}); datevar ddd2:=cdate({Command.InitiateDate}); ...
Hi, I have 2 tables I need to join them to build a report. But there is no direct relation between the tables. I will have to join substring of a column from 1st table to a column in 2nd tabl...
Hi Team, I have a report which requires parameters to be set for 8 fields and accordingly the record selection can reflect some or all of those parameters.  e.g ParentCompany  (Text - N...
How do I have a datasource in a Crystal Report save its username and password, so that the user is not prompted for it when they run the report from Crystal Reports Server? I have also attempt...
THE EXACT MESSAGE RECEIVED when trying to run Crystal Report from website. The Visual Basic UFL that implements this function is missing (or U2lcom.dll is missing). Error in File C:\Crystal...
What is the Cyrstal Reports 11 SQL query for generating a Command Object for the following typical Oracle SQL query:
I have developed a simple report with Crystal Developer, pulling data from a stored procedure with three parameters. The report runs fine on the development machine. But after deploying to the...