I have a crystal report viewer in my c# app and I'm making my own implementation of some of the viewer navigation buttons (just so they show up in my toolbar, for visual effect). That bit is working fine, however I want to set the canExecute for these buttons so that they are disabled if for any reason a report is not currently displayin...
Okay here is the scenario I have a VB6 application that is getting re-written for asp.net 3.5. I have a grundle of Crystal Reports that are getting updated to Crystal Reports 10.5 (which is included in Visual Studio 2008). All of the old reports used OLEDB. What I am doing is taking the sql statements used in the reports and putting t...
I am having a problem with a Crystal Report that displays data from a MySQL table. I am currently gathering the data directly from the table, however when the users try to input parameters, problems arise such as:
null values for parameters returning errors
parameters not working as specified
I then created a stored procedure to re...
Unsure if anyone on here could lend a hand, but I thought I'd give it a shot. Google wasn't too useful.
I have a report that I was working on all yesterday in Crystal Reports XI. I thought it was all good and working, so I closed the file (big mistake). Now, I try and open it again, and it's not letting me.
I get the following errors:
...
I'm looking at a reporting solution for an existing application.
Currently it has code for reporting.
Users have expressed interest in Crystal reports.
Eclipse BIRT seems to do the same thing(s) and cost nothing.
Reports will be BIG ( tens of thousands of pages)
and cover about a dozen report sets.
Tables, graphs and charts.
Large g...
Using Crystal Report 8.5
How to display a line in the above picture in crystal report?
I am using jpeg image in the report, Image header section is “Underlay Following sections” in my report. So How to insert a line in the above picture.
I added another header from the above image header section, drawn the line, then I gave the option...
Hi all,
Please look into the above screenshot. Here i want to change the value of N in Group Sort Expert explicitly from text box using some c# application.
Can anyone help me on this.
...
Hello I'm new to Crystal Reports and wanted to use CSS to format the way my report looks. However i'm stumped. I re-read many tutorials online and it seemed pretty straightforward...but nothing worked.
I right clicked on sections that i wanted formatted on CR Designer. I specified a CSS class name. I then created a .css file with th...
I have developed a project in VS2005(C#) which contains two crystal reports, the project is working fine and crystal reports are running properly on my system. But when my friend tries to run the project on his system, then the projects runs well but when I am opening crystal reports I am getting the error shown in image below
We are ...
I am trying to remove all references to a table from a Crystal XI report. Crystal is telling me that a column from that table is currently being used, because there is a little green check mark over the field in the field viewer. Also, if I try to remove the entire table, I get a warning. The warning is almost useless though because i...
I have a crystal report that works in Crystal Reports Writer XI just fine. I run the report in the application passing the same information that I use to test in the CR Writer and the report is completely blank. No exceptions what so ever are raised in the application.
I've opened the report in VS2008 and resaved it and verified the d...
Visual Studio 2008 did not include Merge Modules for Crystal Reports. This means that if you upgraded your Windows Forms application from 2005 to 2008 the reporting application would no longer work on client machines.
There are a number of conflicting reports over the web about the status of this - whether a merge module will be or has ...
I'm trying to display some report with some subreports inside it, but every it shows the report it throws some dialog box asking for database connection. I'm using this code:
private void frmReporte_Load(object sender, System.EventArgs e)
{
Clave = ConfigurationSettings.AppSettings["Password"].ToString();
NombreBD = ...
I have a report where the customer would like me to draw a couple diagonal arrows to point at a box on the report. Sounds easy enough, but Crystal does not appear to support diagonal lines. Is this true?
...
A 3rd party application prints letters using Crystal Reports.
Our in-house style requires a footer graphic (approx 1.5 inches deep) at the bottom of the first page in any letter sent out.
Is there any way to determine the cut off point for the report detail sections that will always print the footer on the first page?
Some detail sect...
I'm learning to use Crystal Reports (with VB 2005).
Most of what I've seen so far involves slurping data directly from a database, which is fine if that's all you want to display in the report.
My DB has a lot of foreign keys, so the way I've tried to stay sane with presenting actual information in my app is to add extra members to my ...
Windows 7 + IE8 + Crystal Report 11 Report + web viewer ActiveX will not install. ActiveX prompt appears, the UAC is approved to install, the page then refreshes and the process starts over 4 times until I get an a script warning.
Has anyone else come across this issue or a possible solution?
...
I created a crystal report using test a DB. I run the report using .NET ReportDocument class. Everything works fine until I connect to the test DB.
When same report is pointed to UAT DB (all required DB objects are available in UAT too), I am getting error. To fix this, I have to change the server name to UAT DB manually in the RPT file...
I'm trying to learn Crystal Reports (VS 2005, VB) and per this question I was trying to drive the report with my own data objects instead of through a DB connection.
I found this tutorial and it looked promising as an answer to my question, but after diving in it only seems to apply to web development.
Am I out of luck in trying to pow...
I'm trying to add a Crystal Report to a VS 2005 VB project.
Here's what I do:
Right-click on my project, Add -> New Item ... Crystal Report
Add a report with the standard report wizard (or just a blank report
I get this error:
'Site' is not a member of 'MyProject.CachedCrystalReport1'
C:\BasProj\MyProject\MyProject\CrystalRepo...