crystal-reports

Crystal Report Viewer tool bar options not working

I have an ASP.NET webapplication with an Oracle11g backend using DevArt's Oracle data provider. The application works fine however when producing Crystal Reports, the web Crystal Report viewer renders only the FIRST page and none of the toolbar buttons function (ie: next page, zoom, export, search ...) The Group-tree and Prameters v...

print button in Crystal report viewer not working

Hi, I am using Crystal Repot 9 and VB6.0. I can display the report through Crystal report viewer properly. But the print button in the Crystal report viewer does not work. My printer is in network. If I print any other file such as .doc, .txt then the printer prints the file. But when I click the print button in the Crystal report viewe...

Pass sub report fields to another sub report?

Hello guys, I have a pretty complex report. I have managed to create it up till the 1st sub report. Now I have to summarize the 1st sub report's fields inside a 2nd subreport 'horizontally'. 1) How do I pass the fields from sub report 1 to sub report 2 (Name & totals) & list them horizontally/each year? 2) How do I get each summary to...

Store sub report fields in array.

Hi I want to store sub report fields per page into an array and print that array inside the report footer in main report. Any clue guys ? ...

Excel Confidence

Hi all, Just have a simple question. Does CR11 R2 has CONFIDENCE function from Excel? http://support.microsoft.com/kb/828124 If not how do I get confidential value? ...

Anyone know when the next version of Crystal Reports is coming out?

I already know that BO was bought up by SAP on the cheap, but it's been 2 years since CR2008 came out. I'm asking because we need to buy a license for a 2nd machine and I don't want to submit a second purchase order to my boss 2 months later for the next version of Crystal. ...

Crystal Report giving Load failed Error

Hi, I have an ASP.Net (.Net 2.0) application that creates Crystal Reports and shows them with CrystalReportViewer control. In my application I provide my users the functionality to add an image at different locations : 1) Local folder 2) FTP 3) UNC The image added by the user is shown in the Crystal reports through a Picture field. ...

Building .NET Application for Different Versions of Crystal Report in Visual Studio 2010

How Can i Build a .NET Application targeting different versions or probably the lower versions of the Crystal Report in Visual Studio . The Client Machine contains the Crystal Report 9 runtime as well as designer installed . Now is it run a .NET Application that uses Crystal Report Components in Visual Studio 2008 / 2010 that targets C...

How to draw chart in crystal report using c#

I am working c#windows form application. i need to create table like columns and row in crytal report.In that report i like to fill the cloumns with color how can i do this. ...

SAP Business One: Why I can't convert PLD to Crystal?

Hi All, I am trying to convert SAP Business One 8.8 Reports from PLD to crystal report by using B1CrystalConverter 1.0.0.13. When I click on "Convert" button, I got the error message "Conversion failed.Try again". What the error can be? Please help me. Best Regards, RedDevils ...

Crystal reports

hi i have small problem. I set generic path in crystal reports after that i deploy the application. deploy application runs corretly but crystal reports not loaded and an exception was occured. please give me issue ...

Strange case with crystal report.

I am using crystal reports CR XI R1 and CR XI R2 in the application. When I run the application in Windows 7 64-bit OS as 32-bit application, crystal reports works perfectly. However, if the same application is installed in Windows 7 32-bit OS, crystal report doesn't work. Shouldn't it be opposite of the above case? I thought it should ...

Crystal Reports - Setting and Changing the Data Source Dynamically in C#

I have a Crystal 2008 report I've created, and I want to display this report in my C# application. The user can choose to have the report get its data from one of two different databases. In my code, I'm changing the data source as follows: if (site == "PBG") reportDocument.DataSourceConnections[0].SetConnection("Server1", "...

Crystal Reports: Need advice on how to avoid use of subreports

I'm trying to write a report to hit a very large database, which makes the use of subreports... unpleasant to say the least. How can I avoid them in this situation: I'm starting from a table of patient visits. Each visit can have multiple vital readings (Say in a 'Vitals' table that is many-to-one with the visit table) of which I want t...

Crystal Report not updating correctly from ODBC DSN Database View

When I print my crystal report, it will not print the correct (most recent) database view. To get it to print the correct one, i have to manually select "set datasource location" and then click on the tables i want and then click update. If i don't it will keep printing the same old view over and over. I do have the "verify on every p...

How to use crystal reports in vs 2008

I'm a beginner at this. I'm using mysql connector .net to connect vb.net with mysql database. But I used ODBC for a crystal report. Is that ok? And I'm also putting a command, will something like the one below work? And how do I designed a crystal report? My first try, I got a lame report with only text on it. Please give links t...

how to create crystal report using datagridview values without using database in C#?

I am working Windows form Application in c#.I like to create crystal report from datagridview values instead of using database values. How can i do this,Is it possible to do this.how can add the values in crystal report dynamically ...

Covering Subreport with Text Object PROBLEM

What can I do for subreport so that When i click on it, it won't appear on the seperate page? I actually found a way but it is really ugly and not convenient for long reports. My way is that.. I cover the subreport with a text object. And extends the length of text object depends on how many rows the subreport have. It is work fine ti...

Report crashes.

Hi I am trying to have a master detail report. But the report always crashes as i hit the next page on the preview. Both the queries work fine in the query editor. Main report query select a.Name,a.ftid,a.instno from testschema.ViewA a where a.ftid={?ftid} Shared variables declared in main report separately shared numbervar instno; ...

crystal report problem when creating without database

i creating crystal report from datagridview so i didnt use database when executing crystal report new window is open and ask username and password in that domain name is set as my dataset name in that window but when i reteive from database that window didnt come ,how can i avoid this,Thanks in Advance,Is it possible to do this ...