| Thread | Last Post | Replies |
|
| Complex Count Fields | 06 Oct 2004 20:01 GMT | 1 |
Is there any way in Crystal reports for .NET to create a formula field (or any field) that can handle a calculation like the following: Count(table.field) where field = "C" and field2 > 1994 I am creating a report that is nothing but calculations and I would rather not have to use ...
|
| PageChange Event!!??? Please Help | 06 Oct 2004 18:32 GMT | 1 |
I just want to know whether there is something like PageChange event that can tell me that page has been changed so that i can perform certain operations based on that event. for instance i want to print "DO" if the last record matches the current
|
| How to put several sections on one page | 06 Oct 2004 14:34 GMT | 4 |
In my report I have several report footer sections where I put report's totals. Some footers are conditionally suppressed. I want my totals to be always put on one page. Is there a way to ensure that several report sections are put on one page? I'd like something like 'Keep ...
|
| PrintToPrinter() problem | 06 Oct 2004 08:45 GMT | 3 |
I'm using Crystal Reports for .Net and I'm trying to print one report without previewing it in a CrystalReportViewer. In the design I have a detail section designed to be a label that replicates to all the page so I print something like 50 labels per page... In the label I have a
|
| How to sum up value in multiple group. | 05 Oct 2004 16:37 GMT | 2 |
I am using VB6 with CR7. I have been develop a report with multiple group. Doesn't any kind perssion can giveme some hits over multiple group sum of same fileds.
|
| Editing data in a Crystal Report? | 05 Oct 2004 13:33 GMT | 4 |
Someone is telling me you can setup a Crystal Report that is based on an ODBC data source, so that when you are viewing it, you can "type" on the crystal report field, modify data, and have the changes written back to the database. I've never heard of this or seen any mention of
|
| How To update a TTX ? | 05 Oct 2004 12:31 GMT | 3 |
Hi *.* For creating a report I'm using a TTX and then pass the recordset through VB in Runtime. I want to know is there anyway to update this TTX in report and add some more fields to it after creating the report or I should create a
|
| Can Crystal Reports 10 and CR.NET coexist? | 05 Oct 2004 07:27 GMT | 2 |
I have an app built using VS.NET 2003's CR.NET modules. Will installing this onto a client machine already running CR v10 cause any issues?
|
| Error saving files in crystal reports 8.5 | 04 Oct 2004 21:21 GMT | 1 |
Hello newsgroup, I'm using crystal reports 8.5 SP1 on a machine with windows XP SP2. When I create a Report, add a database-table and try to save this record I get an error message "handle is invalid" (in german: "Handle ist ungueltig". After
|
| Show/Hide detail | 04 Oct 2004 19:54 GMT | 3 |
Hi to all, how can I show or hide details of a report via a VB routine ? I want to give the user the option to have a detailed report or not. I'm using crystal report RDC object 8.5 and VB 6
|
| Test for a null date in a formula? | 04 Oct 2004 17:56 GMT | 2 |
Any way I can test for a null date in a formula? Tried different variants of {myTable.myDateColumn} is null, but can't seem to get anything to work. Ideas? The date column contains a NULL if it hasn't been initialized,
|
| Running Totals | 04 Oct 2004 17:29 GMT | 5 |
I'm trying to accomplish the following using Running Totals, but have no idea how to accomplish it. My first problem is to set the first record in the running total to 0. Next problem is to subtract Record2 from Record1, Record3 from Record2, Record4 from Record3 etc etc
|
| conversion formula for Date | 02 Oct 2004 01:03 GMT | 1 |
I have a character field for date with format YYMMDD. What's the formula to change this field in Date value to be used in Crystal report? For example: "040930" to convert to 09/30/2004 Thanks
|
| How to add a newline character to a string | 01 Oct 2004 20:53 GMT | 3 |
Does anyone know how to add a newline character to a string? I trying to print a string in separate lines but haven't been able to figure out how to add a newline or return character to the formula. Regards,
|
| Creating ado.net dataset and link with crystal | 01 Oct 2004 14:45 GMT | 4 |
i have created a ado.net dataset in code and have used the writexml command to write it to a specific location. I have then based my crystal report on the dataset specifying the file location in the file path. how can i create this path dynamically so that it will change
|