crystal-reports

Configure Crystal Reports 11 to Run Report When Condition Is Met?

Hey all, I have a requirement to generate a report for a client, but only when a certain condition is met. In this case, it's when employees hit their 15 or 20 year mark of service. Obviously, this isn't something that occurs every day and so the HR staff would like this report only sent to them when this does occur and not receive a ...

Creating customised/dynamic crystal reports

I am trying to create a crystal report. Is there a way in which I can create a report that prints the results when someone first selects a specific period of time (may be in a combo box) for which it should produce the reports. ...

Crystal Reports - Include null values in all report groups

I have some data that shows the number of visits a person has done to all companies in our database. What I would like to do is show a report of all the visits and all the ones they haven't visited, grouped by month. For example, assuming the entire database of companies is CompanyA, CompanyB, CompanyC and CompanyD and the visit data i...

Creating tables within Crystal Reports

I use Crystal Reports within C#.NET and I want to create multicolumn tables to present my data. Problem I have is that there is just no "table" component in the designer, I can only draw lines - and that's enought to create table. However it seems to be very not flexible - creating tables just by lines - it leads to problem with adding ...

Error : Invalid TLV Record in Visual Studio 2008 Crystal Report

Hi, Im develop an application and while I want to generate a report using Crystal Report, it shows error Invalid TLV Record. Below is my script : Dim CrApp As CRAXDRT.Application Dim CrRep As CRAXDRT.Report Set CrApp = New CRAXDRT.Application Set CrRep = CrApp.OpenReport("C:\test\Report1.rpt") CrRep.DiscardSavedData The error appears...

display image in crystal report using physical path.

Hello, i am using vb.net and access. in which i have one field in which i have saved only the path of that image. Now i want to display that image in crystal report dynamic.so what should i do? i want to fetch the image path in crystal report and display in it. please try to show me a code so i can identify reply me soon thanks ...

[java desktop application] Error code:-2147467259 Error code name:failed

when i try to show my .rpt report (Crystal Report XI file)in my java desktop application i've the following errors. when i call this method: try{ .... //some code that works correctly reportClientDoc.getDatabaseController().logon(USERNAME, PASSWORD); } catch(ReportSDKException ex) { System.out.print...

Crystal Reports with SQL CE

I've been pulling my hair out trying to get some data to come across to my report. I first used the Microsoft Report viewer, but after trying Crystal Reports - I like the way Crystal Reporting is set up. The only problem is I can't get a single peice of data to come across from my sql ce DB. I've got a dataset I used as the datasource, ...

Export Crystal reports to PDF in java

Hi, Can anyone guide me on how to export crystal reports into PDF in java? I am using Crystal Report Server XI. Thanks in advance. ...

Using Crystal Report with SQLCE

I'm developing a local application with C#, and I would like to use Crystal Reports but when I use the wizard it doesn't have the SQLCE oledb connection, so I was asking if there's a way to do it programatically or any other way? :D ...

crystal report v8, vb6, command to print directly to printer without dialog box

I use Crystal Report 8 in VB6. From within a form, I want to send command to CR to print directly to printer and without showing a dialog asking to specify the start and end page. With newer version of CR, there is a command call PrintToPrinter. I couldn't find this command with CR 8.5 Can somebody here show me how to do this? ...

In Crystal Reports, how to make a textobject grow upwards instead of downwards?

Is there some way to format a textobject to stick to the bottom of one section and then, depending on how much text that is filling it, make it grow upwards? Much like the behavior that we associate with vertical alignment. As far as I know, vertical-alignment:bottom (or similar) does not exist in Crystal Reports. Is there a way to ac...

Crystal Reports Runtime

Hi, i have an application that is dependent to crystal reports. now i want to deploy my application but i can not find crystal reports runtime. i found runtime that loads version XI (3.5). i need version 2.8 which normally visual studio 2008 loads. i need the exact version on visual studio. do you know how i can find it? i checked the...

Crystal Reports - How to suppress a page header on the first page of a group?

I have a report where each group is about 5-7 pages long. I need to suppress the page header on the first page of each group How can I do this? Thanks ...

Crystal Reports - How do I reset the page count for each group?

How do I reset the page count per group in my report? Each group contains about 5-7 pages worth of data. Thanks ...

Unable to upgrade CrystalReports reports to VS 2008

Hello, I am working on a windows application that was developed in VS 2003 and which uses 100's of reports developed in the bundled version of Crystal Reports. I've been asked to upgrade the system to Visual Studio 2008. The application code upgrades and runs with out problem but I am unable to run ANY of the crystal reports. They ...

I am trying to figure out a way to streamline importing data from an access database into a .Net application

I'm writing a fairly light-weight .Net application that queries an Access database and generates a Crystal Report based on the result-set. The Dataset fill method is a little slow, but manageable. The issue is when I load the crystal report. If the dataset being passed to Crystal is sizeable, at all, it takes forever to load, and the u...

Reporting engines with good postgresql support

I have an upcoming project in which reports will play a large role. The reports will be predefined in nature, but may return significant amounts of data. For the database portion of the project we've settled on PostgreSQL, but we're still debating about what stack of software to use for the frontend. The reports are a significant en...

how to change database connection for rpt files using Crystal Reports Viewer Java

Hi there, Currently I have the necessity to change the database connection of my .RPT files using Java, but I have not found a way to do it. See my code below.. if(!CR_VIEWER_NAME.equals(request.getParameter(CR_VIEWER_EVENT_PARAM))) { ReportClientDocument doc = new ReportClientDocument(); //doc.setReportAppServer(ReportClientDo...

How to change Crystal Reports measurement units in Visual Studio 2008

I've read that units in CR are displayed in TWIPS, but I can't find a way to change that nor in VS nor in CR. I need to set left and top properties of fields in CR in centimeters. Any idea how to do that? tnx! ...