| Thread | Last Post | Replies |
|
| non numeric string error | 07 Jul 2004 18:03 GMT | 1 |
I have a crystal report (cr10) using tonumber() in a group formula: ToNumber (trim(ToText ({RECEIVED_DCIS.VISIT_NUMBER}))+'.'+trim(ToText ({RECEIVED_DCIS.SUBEVENT_NUMBER}))) The database is Oracle and combined with an excel file. The
|
| Group Header printing blanks | 07 Jul 2004 15:47 GMT | 2 |
I am writing a report and for some reason that I can't figure out, group header 1 is printing a blank first page of change of group. I looked for a runaway margin and did not find any and I formatted all sections to suppress blank sections. What did I do wrong?
|
| Report not using parameter to select users | 07 Jul 2004 15:41 GMT | 1 |
I still writing for help no the same report. I have another issue. I made a parameter to select a username (comes from {conthsit.userid}) and for some reason the report prints everyones names anyway. I know that I am missing something in the select expert or something like that. ...
|
| supress header if subreport on detail is empty | 07 Jul 2004 15:32 GMT | 3 |
I have a group-by report. In the header (group Header 1)I have some personal information about a person. In the detail section i have a subreport connected tot that person. It is possible that the subreport is empty. If this is so, I do not want
|
| Crystal Report deployment | 07 Jul 2004 14:48 GMT | 1 |
Just wondering if an *.exe exist to install all the required dll for my application to use crystal reports ? (version 8.5) Another question : The whole list of the required dll for using the crystal reports (craxdrt.dll, ...)
|
| need help with notes field - please | 07 Jul 2004 04:39 GMT | 1 |
how do I remove the html tags in the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <STYLE type=text/css> P, UL, OL, DL, DIR, MENU, PRE { margin: 0
|
| sorting | 07 Jul 2004 04:05 GMT | 1 |
Dear Fellows, Im creating a cross tab report such that Customer name as a row, month(date) as a column and sales as a summerized field. The above report is sorted by month alphabatically i.e April as a first month, my requirement is to sort
|
| PrinterName in CR9 | 07 Jul 2004 00:32 GMT | 2 |
I am using Crystal Reports 9 with VB6, and I see the PrinterName in CRAXDRT.report but it's read-only, how can I set the PrinterName programmatically? Thanks.
|
| Help in record selection formula please | 07 Jul 2004 00:28 GMT | 1 |
I have a table named Purchases that contains a field PurchaseDate. I want to select only records that the PurchaseDate is between a certain
|
| getting "invalid group condition" | 06 Jul 2004 18:21 GMT | 4 |
I've created some crystal reports that are called from inside a vb.net app. They are being displayed by the crystal viewer and are in the same directory as the exe. The reports are in crystal 8.5 The crystal reports use a machine dsn that points to an sql server
|
| Help with New Page | 06 Jul 2004 13:24 GMT | 1 |
I have done a report and I want to add before (or after, it´s the same) each page of details, a page with summary information. For example: Employees Page 1: Employees 001 / 030
|
| Crystal Report 6 And 9 Compatibilty | 06 Jul 2004 13:20 GMT | 1 |
Does anybody know how to save a rtp file by using Crystal Report 9 so that the output can still be read by Crystal report 6? Thx for any help. Regards,
|
| Date Params | 06 Jul 2004 09:13 GMT | 2 |
I have an odd query!!! I have a report, with 2 Date params - Date From and Date To, when I run the report from last week to today, it doesn't bring back today's records, the only way I can retrieve them is, to specify tomorrows date???
|
| How to create a Crystal Report from VB 6.0 app without using the data environment? | 04 Jul 2004 09:09 GMT | 2 |
i' a newbie to crystal reports. i would like to know if it is possible to create a Crystal report using a VB 6.0 application. If yes then how do i need to proceed. Any ref. to websites where i may get additional help would be gratefully appreciated. i have only one CD of Visual
|
| Problem in Crystal Reports 9.0 | 03 Jul 2004 09:47 GMT | 4 |
Can someone tell me why this doesn't work, and what will? I'm trying to print an address with a formula field, and if either addr1 or addr2 is blank, nothing is displayed. The source table is Visual FoxPro. iif(isnull({CureSource.ADDR1}),"",{CureSource.ADDR1} + chr(13)) +
|