| Thread | Last Post | Replies |
|
| Push Data for Subreport | 12 Apr 2004 19:02 GMT | 3 |
I have read virtually every 'google group' response to this issue and still find no solution that works. I have downloaded the free ebook that Brian Bischof offers. I have tried everything and nothing works. I am ready to throw in the towel
|
| MS Reporting Services Replacing Crystal Report ?? | 12 Apr 2004 15:01 GMT | 5 |
We are using Crystal Report 8.0 as our reporting tool. The report is integrated into our windows based client server application with SQL Server backend. Currently we use Print Engine API as integration method. NO Crystal Enterprise deployment.
|
| Need 0 values to displayed on report | 12 Apr 2004 13:15 GMT | 4 |
I have a sales report that queries the user for parameters: --Sales People (multiple select) --Date Range (range) The sales report then pulls data from the database for the sales of the
|
| Creports 8.5 prof-How to email individual report to each | 11 Apr 2004 22:27 GMT | 8 |
I have ms Access2003 as well as CR 8.5 Prof version How to send each different page of report to each different client. The emailadress is on the report William Rippen
|
| Paper Size and Crystal 9 | 11 Apr 2004 00:30 GMT | 2 |
I am using VB6, CR9, the Crystal Report designer, and the CRViewer9 object. I have designed the report in Crystal Reports Developer, and then used that report when I added the designer to my VB project. I have a user defined paper size. I selected that size when designing
|
| The answer to my PDF questoin is .... Active Reports | 09 Apr 2004 23:45 GMT | 4 |
http://www.datadynamics.com/default.aspx Active Reports - does the exact things I was looking for : exporting nultiple separate reports as 'one big PDF' ( if so specified ), and exports the TOC / index tree / whatever you want to call it, as
|
| How do hide/unhide drill down sections in code in .NET? | 09 Apr 2004 14:46 GMT | 3 |
I am trying to figure out how hide/unhide the drilldown sections in .NET. In VB 6 it was like this If moReport.Areas.Item(nAreaCount).HideForDrillDown = True The ' Keep Track of which section is hidden and unhide i
|
| Reducing to small fonts aligns PDF document to left producing same number of pages | 08 Apr 2004 17:13 GMT | 1 |
we are generating a PDF document using cystal reports. The problem we have is PDF document is printing the same number of pages with lots of spaces in the right side of the document when font size is reduced.
|
| Crystal Enterprise 8 standard config questions | 08 Apr 2004 13:28 GMT | 7 |
I have installed Enterprise on my newly reformatted server. Crystal is the only thing asides from Windows, Legato (tape backup) and network assoc. AV. This server is running IIS5. When I first installed Enterprise, I was able to open the launchpad. Well
|
| How can I format a number in a formula field | 08 Apr 2004 13:18 GMT | 1 |
I am using a formula field to display the following details as shown in the code below. At the moment, the field qryInfopakMailingLabels.contactID (which is a long integer) displays with the 'thousands separator' which is a ',' in my case.
|
| Newbie question | 08 Apr 2004 12:49 GMT | 3 |
I'm trying to design the following report which shows Sales for each country, and at the end of the report show the total for each country, the trouble is at design time I don't know how many or what countries exist, so the number of fields needed in the total is unknown. ...
|
| Create a Total on a String field | 08 Apr 2004 12:47 GMT | 5 |
I have a crystal report that displays info from my database. This report is grouped by Users. At the bottom of each User's group, I'd like to display a Total for the field Duration, which is also displayed on the report, but this field is a string field.
|
| Customizing reports during runtime using Crystal Reports Designer? | 08 Apr 2004 06:56 GMT | 3 |
Does anyone know if it's possible to embed a crystal reports control to allow the user to create/customize a report during runtime? I know about the Embeddable Crystal Reports Design Component for vb6, but I'm not sure if this will allow the user to create a new report or edit the ...
|
| VB.NET and Crystal Reports .NET connecting to SQL Server | 07 Apr 2004 21:06 GMT | 2 |
I recently tried to preveiw a Crystal Report with ASP.NET. I'm doing this using OLEDB into SQL Server. I can connect to SQL at design time but I get the following error at runtime: Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException:
|
| totals for group in group | 07 Apr 2004 20:49 GMT | 3 |
I have a group in another group In the details of the inner group I need to show the total of the outer group... example...
|