| Thread | Last Post | Replies |
|
| Export to PDF from VB 6.0 using Crstal Reports 8.0 | 09 Nov 2005 06:26 GMT | 2 |
Can any one help me out to export a rpt to a PDF file using Crsytal Reports 8.0 in Visual Basic 6.0 ? Thanks and Regards, Peri
|
| stored procedures, multiple selects, and crystal reports | 08 Nov 2005 16:56 GMT | 5 |
I have a stored procedure which returns 3 tables. I was accessing this in crystal by using the push method and loading all three tables into a dataset. I've been having problems with the push method for large datasets, however, so I've decided to try other options.
|
| How to display alternative color | 08 Nov 2005 16:27 GMT | 1 |
How do I change in the report details the background color to be one line yellow one line white ? Thanks, Oded Dror
|
| Spacing Comments on a Report | 08 Nov 2005 14:30 GMT | 2 |
I have a report that displays some accounting numbers at the top, then 3 comment fields at the bottom. In the db, we allow up to 1000 chars for each comment field. If I put the fields far enough apart on the report when designing it
|
| Number of Copies | 07 Nov 2005 21:28 GMT | 2 |
How can I print number of copies I know that I can use something like that: m_ReportDocument.PrintoToPrinter(2,false,1,9999) But I try to do it using the report viewer, how can do that?
|
| Using different background colors with rows | 07 Nov 2005 16:37 GMT | 12 |
Maybe a strange question, but can I use different background colors with my rows. What I would like, is for instance the background of the first row to be white.
|
| Create summurize field | 07 Nov 2005 07:18 GMT | 2 |
I don't know how to create a summurize field at the end of each page's bottom which is to calculate the database field (total quantity). E.G. 1st page Tot_Qty 10, 20, 30 = 60
|
| Report Version | 07 Nov 2005 01:02 GMT | 3 |
I am very much new to the world of Crystal Reports. On my server I have say..10 reports(.rpt's); which are modified once in a while. On my clients there are copies of these reports(.rpt's). What I'd like to do is that each day when the client fires up, it checks the version ...
|
| CR10 - problem changing database name using ODBC DSN - Urgent! | 06 Nov 2005 16:01 GMT | 2 |
I can't change the database using database expert. For example, I have a DSN called cruser. This DSN contains several databases but only the one being used in the curretly opened report is available. When I use "set datasource location," I can't change to a different database for ...
|
| How to display a second line | 06 Nov 2005 01:10 GMT | 1 |
IF {Object.Name} = SomeValue Then "This is a first line" "This is a second line" How to make this line to be shown one line and second line ?
|
| "SQUISHING IMAGES" IN CRYSTAL VIEWER <:-p | 04 Nov 2005 19:21 GMT | 4 |
Hi guys/gals, Has anybody out there in the land of "computer-wizardery" come across this before? (I have my fingers crossed as you read this)... I have created a report in Crystal Reports XI (Developer Edition) and
|
| VS .NET 2005, using a Crystal v10 report | 04 Nov 2005 18:01 GMT | 4 |
I finally got the form built to filter a crystal report out, but when I move between pages, the filter gets disabled. This is the code in the aspx.vb page: Imports System.Data.SqlClient
|
| Division by Zero Errors | 04 Nov 2005 10:35 GMT | 6 |
Why do I get Division by Zero Errors with this formula??? IIF ({tblTowers.NewMeterOrFirstReading} = true or OnFirstRecord,0 , IIF( DateDiff ("d" ,Previous({tblTowers.ReadingDate}),{tblTowers.ReadingDate}) = 0,
|
| Solution - how to use either windows or sql authentication for a report | 03 Nov 2005 19:28 GMT | 2 |
I had a problem with a report viewer I wrote which stored the connection information in the config file. If I tried to use integrated security the report would always fail. I just wanted to post this for any future Googlers out there.
|
| Export to pdf fails when using parameters | 03 Nov 2005 09:23 GMT | 3 |
I use CR in webforms and disabled the toolbar. I made my own buttons, including one to create a pdf. This works fine with reports, accept in reports where I use parameters. The next and previous buttons react strange and the printbutton to create a
|