| Thread | Last Post | Replies |
|
| Boolean field in dataset | 13 May 2005 20:56 GMT | 4 |
Hi, I'm passing in 2 fields that are boolean variable from C# program. How can I verify their values in the "if" statement. I tried different ways but it either says it requires a boolean value or it requires a string. Do I need to change the flag to int in C# and just test it ...
|
| Change Report Title at Design Time | 13 May 2005 18:09 GMT | 2 |
Is there a way to change the text of a report title at design time? Any help would be much appreciated.
|
| Percentage at group level of Crystal Report. | 13 May 2005 14:54 GMT | 2 |
I have three fields on a Crystal report (v9.0), FieldA, FieldB and FieldC. FieldC is a formula field, dividing FieldA by FieldB. At a group level, I sum the values of FieldA and FieldB, but am at a loss as to how to create a group level value for FieldC, where I'd like to
|
| VB 6 & Crystal Application Object | 13 May 2005 02:45 GMT | 1 |
I have a VB 6 application that runs a variety of Crystal reports against an SQL Server database. The reports have been coded similar to the ones in the sample VB code provided by Crystal at install.
|
| vb.net 2003 & crystal reports upgrade | 12 May 2005 19:30 GMT | 1 |
Hi folks.... What is the correct upgrade to Crystal reports that ships with vb.net....
|
| Question re "Output()" Function in Brian Bischof's Book | 12 May 2005 18:38 GMT | 1 |
One more question to Brian (who I just realized is the author of my latest book) or others: I have been working through Brian's book (purchased from Amazon) called "Crystal Reports .NET Programming." It's a great resource, the best
|
| Crystal Report & stored procedure | 12 May 2005 14:19 GMT | 1 |
I have a crystal 10 report based on a stored procedure, I have added a parameter into the report where the user can select a date range. Is there anyway that I can put the date range they select in the report back into the stored procedure as a parameter and then report of that ...
|
| Deployment | 11 May 2005 23:54 GMT | 1 |
I would like to ask, is it a way to deploy ASP.NET app with Crystal Report without using setup. I have problem with my VS.NET (Unrecoverable Build Error). I copied dll files to bin folder, but what else I need to do?
|
| SetParameterValue | 11 May 2005 18:11 GMT | 1 |
I am getting an expception on a few machines I have deployed my application to. The error occurs from the SetParameterValue method when calling the Crystal API from C#. I have been using this method to set specific pieces of text on reports programmatically without trouble until now ...
|
| Still Having a Problem Counting a String Field | 11 May 2005 17:33 GMT | 7 |
I have asked for help on this item in the past but I am still having trouble getting it to work. To review it, I have a database (SQL) connecting through ODBC on CR 11. Currently there are 8 records in it (because I wanted a number I could work
|
| Multiple Datasets in Crystal Report | 10 May 2005 23:50 GMT | 2 |
I'm new to using Crystal Reports with VS.Net and I'm trying to generate a report based on many different datasets. The idea is to have a section of the report corresponding to each of the datsets I have. I know my datasets at design time. Any help would be much appreciated.
|
| Infinite loop with crystal control viewer | 10 May 2005 21:38 GMT | 1 |
Here in my company we have been trying to figure out (for several days already) what is the weird reason that is doing the crystal control viewer (crviewer.dll) act this way. When we are previewing a report (that is using an Access Database as it
|
| calculate the sum of rowfields | 10 May 2005 20:28 GMT | 7 |
How can i calculate the sum of a column with values of formula fields The field that should display the sum is located in the footer of a group I found a running total field, but here i can only calculate the minimum, maximum, count, ... no sum
|
| How to reference v9 in VS.NET when v10 is installed | 10 May 2005 17:07 GMT | 2 |
I am new to Crystal Reports and have versions 8, 9 and 10 installed on my local development environment. I am required to use different versions for different clients. Since installing V10, my projects that reference V9 have stopped
|
| problem passing global var to other formula field | 09 May 2005 21:25 GMT | 2 |
In the code of formula field 1 i have: (Basic Syntax) Global var as Number var = 0 '....
|