| Thread | Last Post | Replies |
|
| Subreport not updating | 26 Jan 2006 16:39 GMT | 7 |
I'm new to Crystal Reports. We purchased a canned application using Crystal Reports as it's reporting tool. The canned reports include a company logo of the software vendor. I'd like to change it to our logo. There are a lot
|
| best way to do this... | 26 Jan 2006 14:46 GMT | 2 |
hey all, what's the best way to move a report from one solution to another? thanks, rodchar
|
| Summary fails | 26 Jan 2006 08:20 GMT | 3 |
In a report with several subreports, I add up these Shared Variables. {@SharedBonnen} + {@SharedContract} + {@SharedImproductief} + {@SharedProject} + {@SharedRelatie} This works as long as no of the values is 0. When one of the values is 0, I
|
| Printing Crystal Report using vb.net code | 25 Jan 2006 18:56 GMT | 1 |
I have a web-application developed using vb.net, and report using Crystal Report 11. I have try to print using the method as shown below: Dim prtdoc As New PrintDocument
|
| HELP! Can't change crystal report database source dynamically! | 25 Jan 2006 18:55 GMT | 3 |
I am trying to change a crystal report database source dynamically via code without any luck: ''''''''''''''''''''''''''''' For Each tbl In rpt.Database.Tables
|
| Data Missing Question | 25 Jan 2006 16:34 GMT | 7 |
I am using CR for .Net 2003. I have two I have one dataset that has two tables that I pass to the report. Currently only one of the tables is receiving data. When I export the report to be displayed none of my data is showing up. Is there a way to avoid this?
|
| howto use default values when printing reports | 25 Jan 2006 15:19 GMT | 1 |
hey everyone, i have this code to print a report i dont want the parameter box to show, is there a way to set the report to use the default values
|
| Exporting a Crystal report to .CSV format | 24 Jan 2006 22:25 GMT | 1 |
All, I open a Crystal Report using a Citrix connection and am trying to export it to a .CSV format but it doesnt allow me to do so. It brings up the 'Installing MS components' box briefly but doesnt do anything. I
|
| Refresh of the recordset after loading report | 24 Jan 2006 21:00 GMT | 1 |
I'm using CR as a COM component. I pass ADO DB Recordset as datasource for the report. Everything works fine, but.... Imagine the following scenario:
|
| How to convert this time conversion string to SQL code | 24 Jan 2006 18:33 GMT | 4 |
I've got a column in my table containing military time as a string (hey, I didn't set up the database <grin>). I use the following code in Crystal to output it as a date style format: ctime(
|
| run report then export | 24 Jan 2006 17:47 GMT | 3 |
using Crystal Reports 8.5 ActiveX Designer Run Time Library (CRAXDRT.DLL), what method would i call to pull the data before i export this is my c# code: ApplicationClass appCrystal = new ApplicationClass();
|
| Zoom crystal report | 24 Jan 2006 15:20 GMT | 1 |
my application having crystal report XI, i need to zoom my report. any method to this, i have try crView.zoom(100)
|
| Select Case Syntax | 24 Jan 2006 15:17 GMT | 4 |
I'm a relatively new Crystal user and was trying to use the following syntax below in a custom formula. When I run a check on it, however, I receive the following error message (and it highlights the word "Case" after the word "Select"):
|
| How to join 2 image together | 24 Jan 2006 06:09 GMT | 3 |
I am using VB6, crystal report I have a VB apps, which several check box to allow user to select which image to be included in the report (in fact mail sticker). I want to design when user check those check box, say, 3 check box, then 3
|
| Text Object | 23 Jan 2006 17:26 GMT | 7 |
How to reach (and modify), by vb.net code, text property of a text object placed on a CR embedded ? With the code: Dim RPT As New rptTest:
|