| Thread | Last Post | Replies |
|
| Simple Formula Q | 11 May 2004 18:28 GMT | 1 |
i want to pass in the value of a parameter field into a formula field, and for the field to display the name of a doctor i.e. the parameter field is called @ProcDoc, and is matched to a field called code in the tblDoctor that also contains the name
|
| CR 9: Query Engine Error: 'Database DLL is not defined' | 11 May 2004 13:02 GMT | 1 |
Hi Crystal experts, I've got a new copy of Crystal Reports 9.0, and have been having difficulty selecting tables for my first report using the 9.0 version.
|
| Deploying a Crystal ASP.Net app to a web site other than the DefaultWebSite in IIS | 11 May 2004 12:50 GMT | 5 |
I've having a small bit of bother deploying a Crystal ASP .Net application to a web server. I've got the app running fine and created the setup scripts, which work fine, and when run on a 2003 server, install the application as a
|
| Calculating a percentage on every 2nd record | 10 May 2004 22:13 GMT | 1 |
I need to calculate a running percentage of change for every 2nd row of data in a report. I have a report that shows an accumulated amount for each Friday of the month. The amounts pertain to 2 different departments that accumulate funds every other week. As the report is
|
| Grouping question | 10 May 2004 19:38 GMT | 2 |
Say I have a report that lists items sold for a sales rep. I group the report to display all the items for a unique sales rep. On the same report, I would like to show the items for the entire company. Here is an example.
|
| Crystal Report and VB | 10 May 2004 07:18 GMT | 1 |
I have written a Crystal Report 9 and put it as a control to VB 2002 in Visual Studio. In general, how do I put the Crystal Report on a web and how do I put the VB program, contained CR, to the web.
|
| VB over Unix for crystal | 10 May 2004 00:41 GMT | 2 |
I use crystal 8.5 for my windows reports, but also have a unix machine running a program in visual basis as far as I am aware. The unix system is about 10 years old is there any way I can use the database in crystal? By the way there is very little support from the software vendor ...
|
| Temporary tables, complex SQL | 08 May 2004 14:20 GMT | 1 |
I have a complex SQL-query like this one: sql = "SELECT Be.Ereignisdatum, Lt.Leuchtentraegertyp," sql = sql & " Lt.Masthoehe, count(L.Objectid) as maste " sql = sql & "FROM BeLeuchtstelle Be, Leuchtstelle L, "
|
| Passing a range value | 07 May 2004 23:07 GMT | 4 |
I'm trying to pass a range value to my report from a vb web application. I have a page where users enter the parameters (via dropdown lists and text boxes) and then that info is passed on to CR and the report is displayed. I'm using SetParameterValue {report ...
|
| Exporting to Word or RTF format | 07 May 2004 22:13 GMT | 1 |
If you export a report to Microsoft Word or RTF format and open the file from Microsoft Word, all of the text is enclosed in frames making the report impossible to edit. Does anyone know if this is fixed in version 10 or have any other ways to generate an editable file. These ...
|
| Is this possible?!? | 07 May 2004 19:06 GMT | 3 |
i have a series of reports to build for a new system, but basically i want to make it managable so that a new report can be added to the system at any time i intend using a table to hold the report name & report ID
|
| Need function reference | 07 May 2004 17:39 GMT | 4 |
Where can I find a function reference for CR.NET in VS.NET 1.1? I'm trying to use CStr() to format a numeric value using Basic syntax. The Formula Editor shows five different CStr() functions. Tried http://msdn.microsoft.com and http://support.businessobjects.com/.
|
| VB and CR Newbie Value at runtime | 07 May 2004 16:50 GMT | 4 |
I am very new to crystal report and vb. I have two unbound text controls in crystal report and I am trying to assign values to the controls from fields in a recordset at runtime. Text controls...
|
| programmatically modify excel export options | 07 May 2004 16:49 GMT | 1 |
im using asp to interact with crystal reports 8.5 and im exporting my report to excel. i need to programmatically access the crystal excel export options. mainly, i need to set the ExcelAreaType option, but it seems that no matter what i set this value to, the report runs but ...
|
| formula quicky | 07 May 2004 16:43 GMT | 2 |
i need a formula field to calculate the number of certain occurances in the dataset in short i need it to do something like this but cant work out how:- **********************************
|