| Thread | Last Post | Replies |
|
| Added subreport to existing report - when called from VB shows no data | 25 Jan 2005 13:32 GMT | 3 |
i had to change an existing report (Crystal 5 Pro, called from VB5, based on stored procedure in SQLServer 6.5) and add a subreport. In the CR designer everything went well: i added the subreport, entered a parameter value and the report shows main and subreport data. Perfect
|
| Formula Editor Question - Suppress a value | 25 Jan 2005 09:59 GMT | 2 |
I am modifying a report that has a formula field that mixes text & report fields to form item descriptions. I want to suppress a value of a report field when a given answer exists, but show the remaining answers without suppression.
|
| Passing Date to formula at run time | 24 Jan 2005 20:05 GMT | 9 |
Hi all, This is a problem I have been having for a while. I am using VB 6 and Crystal 8.5. I have a formula on my report called "MaxTest" and it is a date formula. I am trying to pass the date off a form to the formula. In a class module in VB, I have the following to pass ...
|
| Crystal Report Viewer is not displaying Second Page in .Net | 24 Jan 2005 13:55 GMT | 3 |
I am using .Net Studio 2003. I had developed a report using crystal 8.5 that is running successfully with VB6. But when I used same report with VB.Net , it display only its first page. Any guidance would be greatly appreciated.
|
| using blob | 24 Jan 2005 09:20 GMT | 2 |
I'm trying to use an image field stored in a mssql database in a blob field. When I run the report the field is empty. The version of Crystal report is 9.2. How can I display the image? is it possible?
|
| data field not displaying | 21 Jan 2005 18:58 GMT | 1 |
Howdy I'm working with Crystal 10 and C# VS2003. I have a report with 4 subreports on it. each subreport is tied into a table in my dataset. The only one of the subreports are displayed as part
|
| Crystal Reports and norwegian characters | 21 Jan 2005 10:09 GMT | 2 |
I'm storing data in a memo field in access database. I use crystal reports 8.5 as front-end.When I try to view the report, the norwegian characters 'æ' and 'ø' is translated to u and e. These characters is certainly not norwegian.
|
| Timber Windows Report help | 21 Jan 2005 09:42 GMT | 3 |
I am trying to create a crystal report based on data from a window manufacturing package. The one thing I cannot seem to do is to group & total like items - what I mean by this is to group and total items which have two fields the same - e.g a window which has the same 'Height' ...
|
| Crsytal reports in .NET | 21 Jan 2005 07:54 GMT | 2 |
Is there a seperate newsgroup for Crystal Reports in .NET ? I wish to know what DLL's to package with an application for deployment of a Windows.NET application using the Crystal Reports (in rich client), developed using the Crsytal.NET bundled along with VS.NET . Does the user need ...
|
| parameters???? | 20 Jan 2005 20:37 GMT | 2 |
There's a way to assign values in code to the parameters of the report without showing the box????
|
| Getting report title in code | 20 Jan 2005 16:26 GMT | 3 |
I have a routine to search a folder for *.rpt. I would like to extract the Report Title from the reports as I find them. Can this be done in code via the print engine? Here is som Delphi code to illustrate the problem (I can also read VB-code):
|
| How to get the page total | 20 Jan 2005 14:29 GMT | 2 |
I know how to get the report total and the group total. However, is it easy to get the page total or should I use the formula to get this? Thanks, Ray
|
| Chart Grouping - Stack in same order Issue | 20 Jan 2005 00:14 GMT | 3 |
I have a report grouped by workcenter I have a stacked bar chart: for each group. On Change of: Promise Date (order daily)
|
| Need to extract Parameter Default Values | 19 Jan 2005 20:26 GMT | 1 |
I am using CR9 (RDC) and am trying to find a way to extract the default values for the parameters of a report. Using NthValueDescription, I can extract the description but I cannot find the value. (It looks like in .NET I can get the value but not the description?!?)
|
| CR8.5 and MsSql2k | 19 Jan 2005 18:32 GMT | 3 |
I'm trying to get Crystal Reports v8.5 to connect with a MsSql Server 2000 and keep getting the error "Unable to open database". I've tried both the .LogOnServer method and the .Connect property and they both produce the same message when I set the .Action property to execute the
|