| Thread | Last Post | Replies |
|
| Easiest way to upgrade | 23 Nov 2004 05:56 GMT | 1 |
My VB6 application is using Crystal Viewer control 9. I just installed Crystal 10 on my development machine. I can replace Crystal Viewer control 9 with version 10 in my project. Then if I need to replace the executable on all user workstations I could create a new setup for my
|
| Select Last X days | 22 Nov 2004 23:32 GMT | 4 |
I've been asked to generate a report to show data entered every week on Friday, Saturday & Sunday. Report will be run on Sunday evening, so I need to get the Last 3 Days of data. Has anyone created a formula for this? CR includes Last7Days, but I need Last 3. Given the variability ...
|
| Need help with HTML export | 22 Nov 2004 22:43 GMT | 1 |
Hello group. I need some help/advice with exporting to HTML. We have an application that uses the CR 9 reportviewer to preview reports. If we select the export button at the top of the preview window, we are able to export to HTML. We
|
| Outer Join in Crystal | 22 Nov 2004 19:54 GMT | 2 |
Dear all, Any help on this would be welcome. I am stuck while trying to alter an existing crystal report, to suit the new requirements.. I am a newbie to this stuff and looking forward
|
| dynamically position crystal reports sub reports | 22 Nov 2004 15:51 GMT | 1 |
Is it possible to dynamically position crystal reports sub reports? I am trying to place subreport2 under the subreport1 (subreport2 have variable number of lines - EnableCanGrow is set to true). The following code 'doesn't work':
|
| Date Selection Formula | 22 Nov 2004 12:44 GMT | 9 |
I have an existing Crystal Report (8.5) that I want to change. The current selection formula is - {@enter_date} >= {?Enter Date} When run, the user is prompted to enter a date. Instead, I want the
|
| Multiple Report Parameters | 22 Nov 2004 10:23 GMT | 3 |
Using VB.Net, I am trying to open a Crystal Report and programatically pass it a few report parameters. I have read the online help, I have looked all over the net and it seems to me that I am doing things correctly, but my report still prompts me when it
|
| RDC problem setting report location on duplicate table with different alias | 21 Nov 2004 17:28 GMT | 1 |
Hi I am having a problem setting table locations on a report using: (crystal reports - report designer component (rdc) runtime library) Description: Crystal Reports 9 ActiveX Designer and Runtime Library Library: CRAXDRT
|
| Export to PDF and non-Latin (actually Thai) text | 21 Nov 2004 05:25 GMT | 4 |
I'm running CR for .Net 2003 on a Windows XP system which supports the Thai language.My WindowsForms application creates a report which contains Thai characters mixed with English. The report appears OK in the CR viewer and also when I export it to .doc, .xls, and .rtf. However, ...
|
| Crystal PDF export won't open in Acrobat.... | 20 Nov 2004 14:01 GMT | 3 |
...When exporting the results of any Crystal report via the CRViewer control, the resultant file can be viewed properly, but will not load into Adobe Acrobat (latest version). Attempting to load the file results in a BAD PDF Structure error, "Unsupported Type 2 font". No
|
| pattern matching | 19 Nov 2004 18:34 GMT | 4 |
I need a formula that identifies a pattern. My DB has a field called DESC that contains a pattern like: MM/dd/YY 5.5% if the desc has this pattern (01/25/04 9.8% for example), then I have to
|
| Report Footer forcing new page | 19 Nov 2004 16:52 GMT | 6 |
I have a report footer that always forces a new page, even if there's room on the page previously. Is there any way to override this - & if so how? Cheers
|
| How do we get Fieldobject to equal to text | 19 Nov 2004 15:34 GMT | 4 |
Dim crxField As CRAXDRT.FieldObject dim Y as Variant Y = "Lets see this work" I would like to enter the Y value in Crxfield.value
|
| VB.NET Programming | 19 Nov 2004 14:19 GMT | 1 |
I have allowed users to define thier own grouping criteria. I have a .SortOrder property that I use as the hierarchy for groups. Then i dynamically set the report groupings at runtime (Thanks Brian Bischof). I also allow users to choose wheter or not they want a page
|
| crystal library... | 19 Nov 2004 11:41 GMT | 2 |
I'm not practice with crystal report that's my first time.... I've installed it from the vb6 installation disk and I've put in my project the crystal report component. I've found out something on the internet about crystal use....
|