| Thread | Last Post | Replies |
|
| Is Crystal Reports just really slow?? | 08 Dec 2003 15:36 GMT | 3 |
I am having a real problem with the length of time required to generate the contents of a very simple report. I am using Crystal Reports v.7, Visual Basic 6 and MS Access 97 running on a 1 ghz machine running Windows 98. Nothing special.
|
| problem with variable hight of textbox | 06 Dec 2003 06:58 GMT | 3 |
I want to print a repport from a large reccord (3-4 pages by reccord) repport show field-name1 : field-data1
|
| summing a formula | 05 Dec 2003 17:26 GMT | 3 |
i created a formula in my report and now i need to sum the results of that formula at the end of the report. the formula has an if then statement in it.
|
| Determine first record in detail | 05 Dec 2003 15:53 GMT | 9 |
I am working with a report and I need to set the text in a label in the page header depending on a field at the top of the detail section of each page. each page has 10 records in the detail section I need to get the value from a field with a date in it and put it in a label in the ...
|
| Help!! Can't export double byte character to PDF, RTF and Excel | 05 Dec 2003 15:40 GMT | 5 |
We have come customer in China and Korea need to us send the report with double byte character to them through schedule. However, we found that when the report export to PDF or RTF or Excel format, all those double byte character can't display properly!!!!
|
| ??? Dynamic Crystal Report Header Image Modification ??? --help... | 05 Dec 2003 15:13 GMT | 2 |
I need to be able to change an image in my report header through code, which should be able to change the image's file path at the very least. I can forsee two possible options to display an image in the header:
|
| Crystal does not retrieve fields for this SP | 05 Dec 2003 14:55 GMT | 1 |
---See code below--- All the parameters are optional, and if I write EXEC dbo.spListadoMovimientos_PorArticulo on the query analizer there is no problem (i mean, it works, records are shown)
|
| Is this possible at runtime? | 05 Dec 2003 12:52 GMT | 2 |
I know things don't work as needed in Crystal Reports, but I need to know if it's possible to change the SQL sentence for a Table Object. I've reached the ReportDocument.Database.Tables(0) object, hoping to find a "SQLString" or something else I could change before showing the ...
|
| Print to File ? | 05 Dec 2003 10:03 GMT | 6 |
I'm working with Cr in Visual Studio 2003, and VB .NET No problem to load my report in a ReportDocument Object, but I'd like to print this report in a file (MyFile.prn), not directly to a printer. Is it possible ?
|
| Crystal Reports and images | 05 Dec 2003 09:40 GMT | 4 |
The Crystal version is 8.5. I'm having dificulties puting an image in my report because I want this image to be dinamic. This is, the image name is MyImage.bmp and when placed into the report appears a square. Later I edit MyImage.bmp and change a
|
| export to pdf font changes | 05 Dec 2003 08:52 GMT | 2 |
I created a report in an asp.net application which should be exported to pdf. If the webapplication is running locally on my pc it works fine. On the server the pdf is generated but the used font seems to be bigger
|
| PORTRAIT/LANDSCAPE | 05 Dec 2003 06:48 GMT | 1 |
Thanks.. .that's what I thought, but now I have one problem. One of my reports(now subreport) it's "LANDSCAPE" and one is "PORTRAIT", and there is now way I can change any of the formats... exist any way to specific the orientation for each page?...
|
| Need to print each record TWICE per page | 05 Dec 2003 06:42 GMT | 3 |
I am using the .Net version of CR. I have a report which shows customer records. Generally they need to print one customer record at a time, but they want two copies. Because the record only takes half a standard 8.5 x 11 sheet, they want to print each record twice per page. Is ...
|
| Parameter Prompt | 05 Dec 2003 06:40 GMT | 2 |
When I display a report in the crystalreportviewer, I want to stop it from prompting me to enter values for the parameters because I've already set them programmatically. Can anyone help?
|
| Runtime Sorting | 05 Dec 2003 06:37 GMT | 1 |
do any one know how we can sort report in runtime which has formula fields. i found a sample on crystal report website which sorts with only database fields. but the reports i need to sort will have formula fields too any suggestion ?
|