I have a delivered app that is running on Citrix/Metaframe servers. There is an install problem with the application. On some of the servers I'm getting the the following error running as adm...
I have a Crystal Report that prints Order Confirmation letters to customers. The letter is grouped by Customer No and prints the customer code, name & address in the group header section and ...
I have a report written in the version of crystal reports that ships with vb.net 2005.
The report links to 2 stored procedures.
One stored proc has a Site_ID parameter (int)
The other has a...
Have a distinct count of groups at 1 level. Need to then pass that number to the end to be summed at the end.
Ex.
USER NAME Group 1
data
data
Count of data =1...
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...
Is it not possible to successfully install a VB.NET app written in VS 2005 Pro that uses Crystal Reports 10.2 (what is built in) on a Vista machine?
I've exhausted all possible combinations a...
Hello, I am using SQL server to import Active Directory information which inturn use Crystal Reports to report on the data. I am pulling lastLogon from the table which is currently a string (e...
Hi,
I'm getting the following error in an ASP.NET vb.net application while exporting a report. The report uses a dataset as the datasource and has no parameters. The dataset is assigned t...
I'm trying to get the CR .NET redistributable loaded up on our new ITSM (by FrontRange) server so that the built in reports work.
The documentation says it's looking for v 10.033, but I can...
I need to group my Crystal Report by an Aircraft Model Code, but I need this group to be in a specific order.
I have tried to create a formula to assign the Model Codes a number and then ...
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...
I created a MS Access apllication, using Crystal Reports 2008 to generate reports with the collected data (see my already answered question http://www.experts-exchange.com/Database/Reporting_/...
I am creating a dataset with an Image column from Sql 2005 in vb.net and binding it to a Crystal Report in the details section (different image per row).
I cannot get the Image to display, ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23582728.html
I looked at the suggested answer to this problem but the answer suggested or method of understanding the ...
I am passing a multi-select parameter from Crystal Reports XI to a Stored Procedure in SQL. If I select 1 item and click OK the report retrieves the data and the Show SQL Query is as follows:...
I am installing Visual Cut on to my Crystal Reports X1 box, which is running XP. At the end of the installtion I get the following error, this also occurred when I installed Crystal delivery (...
Hi,
I have a Bar Chart.
I have various risers, as expected, but I would like to plot a target line so we can see which risers are above and below it.
For example. A sales report showi...
Hi
I have to export a report, which is having a subreport for each day of the month, to excel.
To do this I am using the Export Report button on the report viewer
but problem is that i...
In Crystal Reports (v11), I would like to create a cross-tab report. When I go into the cross-tab expert and I can add my rows, columns, and summarized fields just fine. My main question is ...
I have 6 parameter fileds in a report, any number of them can be used. In the Report header I want to tell the user ONLY THE search parameters they used on the report.
If they only use 1 pa...
We have some crystal reports that were created in Visual Studio 2005 that have worked very well when they were linked to a Microsoft Access database. Our company's data footprint has grown and...
Hello everybody and thanks for looking.
Basically what I need is to call needed methods to save the report in PDF format somewhere on the disk. Here is the code for the report itself, but you...
What are correct encoding parameters in order to read Crystal Reports exported in VB.NET environment and get the text properly in ASCII?
i.e. what should be used instead of "System.Text.A...
I am working on an existing report that is trying to calculate break times for all minor employees and finding all minors that worked more then 6 hours without a 30 minute break.
Based on t...
I'm using Crystal Reports in Microsoft Visual Studio 2005. The report I am working on is part of a money-counting application. I have two copies of the Amount field, overlaid on each other. ...