| Thread | Last Post | Replies |
|
| OLD CRYSTAL HELP | 09 Jul 2004 23:33 GMT | 3 |
I have created soem reports using what looks like crystal 4.6.1.0. It's from 1996. this is the only tool I have access to and am using it with VB.6 I am able to create and run reports from vb as long as the data is saved
|
| Crystal Reports - Link 1 table with a code to another table with multiple values for the same code | 09 Jul 2004 19:11 GMT | 1 |
I am trying to link a table which consist of a code for a state's county to a table that consists of a code and description for different values. I need to get the county description. I am using Crystal Report version 9.
|
| hi | 09 Jul 2004 15:08 GMT | 1 |
|
| Selection formula from newbie. | 09 Jul 2004 13:18 GMT | 5 |
Hello, I have a question. I think it is probably something simple that I missed in the selection formula for Crystal Report 9. The database is from our Peachtree Software and I am trying to extract certain cost centers based on a prompt. {?AccountID} where the variable can be a ...
|
| sort order criteria in formula | 08 Jul 2004 16:08 GMT | 1 |
I have a parameter query that i want to sort using 3 possible methods. Sort Criteria 1 Sort Criteria 2 Sort Criteria 3
|
| Subreport's page header doesn't repeat on ever page | 08 Jul 2004 15:59 GMT | 1 |
How can I have Subreport's page header repeat on every page ? Thanks, Alan
|
| PDF crypt | 08 Jul 2004 14:05 GMT | 1 |
Hi there... I use Crystalreport 10 for .NET and want to create a secure PDF document. Only for read and no editable. Does anybody knows how to realise that?
|
| Printing within CR.NET Viewer prints dups? | 08 Jul 2004 07:03 GMT | 2 |
I have a report that if I preview in the CR Viewer and subsequently print and chose "Pages, from 1, to 3", I receive a duplicate page 1 of the report. If I keep the CR Viewer open and print the exact same range, it prints fine. Basically printing anything less than the full report ...
|
| Using Crystal 9.2.3300 | 08 Jul 2004 00:35 GMT | 3 |
I still haven't found any way to use 9.2.3300 components of Crystal 9 (Professional Edition) with Visual Studio 2003. Is it possible?? I've no problem with 9.1.5000. Is some one using those components? How did You install the framework and
|
| Crystal reports .net problem | 07 Jul 2004 23:43 GMT | 1 |
I am trying to integrate some crystal reports into an asp.net site using visual studio and .net framework 1.1. I have added a report file into the existing project, and i wanted to select it from components toolbox but this does not exist in the
|
| Dynamic Reports | 07 Jul 2004 23:36 GMT | 1 |
Is it possible to create Crystal report in memory dynamically and execute it ?
|
| Why won't this work? IIF(IsNull({t.1),"NULL",{t.1}) | 07 Jul 2004 22:14 GMT | 2 |
Using .NET Crystal, I am concactinating a phone and fax as follows: {Township_Settings.Phone} + " " + IIF(IsNull({Township_Settings.TownshipFax}),"",{Township_Settings.TownshipFa x})
|
| Running Total .. wrong total | 07 Jul 2004 19:12 GMT | 3 |
I have a report that shows n number details sections on a page. At the end of each page, I have a running total displayed. However, I find that this total is wrong, and I have found the pattern why. It looks like crystal (v7) adds the field that I am summing up, to the
|
| Can cross table display percentage? | 07 Jul 2004 19:05 GMT | 1 |
I use a cross to display the number of students for every grade-sex, Can I display the percentage instead of number?
|
| Show Parameter value descriptions on report | 07 Jul 2004 18:53 GMT | 6 |
I would like to show parameter chosen on my report. I wrote this //Output values in parameter, separated with a comma if count({?MatlType}) >=1 then
|