| Thread | Last Post | Replies |
|
| Set passed variable to 0 if no records? | 07 Mar 2004 23:37 GMT | 2 |
I am trying to pass the sum of a field in a subreport back up to the main report for display. I know about shared variables and have managed to get it to work....as long as there are any related reocrds in the subreport. If there are no related records in the subreport, the ...
|
| Distinct sum for out of order duplicates | 07 Mar 2004 15:27 GMT | 1 |
My report appears as follows: Group #1: REMARKET Group #2: WAIT TO SELL Details:
|
| Stupid Variable Problem. | 05 Mar 2004 23:30 GMT | 1 |
Hi all. I have the following line of code... Dim LogOnInfo As CrystalDecisions.Shared.TableLogOnInfo = Document.Database.Tables(0).LogOnInfo The IDE underlines 'Document.Database.Tables(0).LogOnInfo' part, telling me the following error: Value of type 'CrystalDecisions.Shared ...
|
| Crystal 8.5 and 9.0 | 05 Mar 2004 19:59 GMT | 1 |
I'm encountering an unusual problem. I cannot open reports created in 8.5 on a machine that has 9.0 installed. The reports open on some machines but not on this particular one. I have Crystal 9.0 installed and have even reinstalled it. I have even made sure the copy opens in
|
| Sub reports | 05 Mar 2004 15:20 GMT | 5 |
Im Running CR 8.5 against SQL 200 i have a Nain report which shows an Invoice. One of the fields returns the Invoice Date. I have subreports that are included in the main report. How can i Use the InvoiceDate from the main Report on the Sub reports ?
|
| access to reportfile dinied when trying to create pdf | 05 Mar 2004 14:41 GMT | 3 |
I try to create a pdf from a christal report. I always get the following error: Acces to reportfile denied. Can somebody give some advice.? Thx !
|
| Cannot find the file. | 05 Mar 2004 13:15 GMT | 1 |
Dear all, I have a quite strange problem when handling Crystal report. I am using Crystal Report 8.0. I made a main-report which will select some records from a table(Table A). And the main-report also contain two
|
| Print Crystal Report | 04 Mar 2004 23:20 GMT | 1 |
I'll try to explain my problem as clearly as I can. I'm working with Crystal.NET and VB.NET (VS.NET 2003) with SQL2000 DB. In my webform, there are 4 controls: 2 dropdown boxes
|
| Delay with form unloading | 04 Mar 2004 21:36 GMT | 3 |
I create varReport object as CRAXDRT.Report (Crystal Reports 9) in the form procedure, then I display that report in CrystalViewer control located on another form by doing this: frmCrystalViewer.CRViewer91.ReportSource = varReport
|
| Problem creating large reports | 04 Mar 2004 11:47 GMT | 3 |
I need some help creating reports with large amounts of data. I am using CR.8.5 and a MySQL database connected through ODBC. When creating a report with over 4 million records, the message I get is: Failed to return a rowset. Here I am using the PULL model to retrieve
|
| Creating a report from a SQL Server temp table in Crystal Reports.NET | 04 Mar 2004 03:35 GMT | 1 |
Is it possible to create a Crystal Report through a temporary table in SQL server if the fields in the temporary table aren't known until run-time ? I am not going to know every field that needs to be in the report till run-time as the number of fields for the temporary table
|
| VS.NET and user name/ password | 04 Mar 2004 00:27 GMT | 2 |
How does one change the Username and Password used in the report after you have used the wizard to create a report? Only method I can see is to remove the dB and then start the tables add-ons again.... seems a poor way of doing things, then again I can be wrong!
|
| Report Viewer ignores report-specific printer settings | 03 Mar 2004 18:14 GMT | 2 |
Hi and thanks in advance, I have not seen this problem mentioned anywhere on the net. I have written various reports that use different printer types (dot-matrix, laser, ink-jet) and custom form sizes. When I bring them up in the Crystal Report
|
| Exporting to PDF from VB ver 8 problems | 03 Mar 2004 14:24 GMT | 1 |
I've read several articles on this already but none quite match what I'm after.... I'm trying to export to PDF from Crystal without user intervention, I'd like to use code like: oReport.ExportOptions.DestinationType = crEDTDiskFile
|
| Crystal Enterprise 9.0 Scheduling | 03 Mar 2004 12:54 GMT | 1 |
I'm concerned about scheduling (creating a .pdf on a network drive) hundreds of reports to run the same night on 1 machine. Could anyone provide any insight on a good way to handle scheduling a lot of reports? Can a fast machine handle a lot or should I not bother trying and just ...
|