| Thread | Last Post | Replies |
|
| Moved to 2003 .Net. Now my report requests a logon to NOVELL at ReportDocument.Load | 03 Mar 2004 12:32 GMT | 1 |
Everything was working fine. Then we upgraded to 2003 .NET. Now when the line [crReportDocument.Load(strReportPath)] executes, the program pops up a Novell Client Login screen, and wants me to give the password for User ASPNET so that the user can be logged in. I am
|
| Discard Saved Data How??? | 03 Mar 2004 10:15 GMT | 4 |
I'm using VB.NET 2003 and CR9. I have a form with the CrystalDecisions.Windows.Forms.CrystalReportViewer control, and use the reportsource option to tell it the report to load. I have the following references in my project:-
|
| Pass dataset to report | 03 Mar 2004 07:54 GMT | 1 |
If I have dynamically generated a dataset, how do I access it from a Crystal Report? How do I access data from multiple tables in a single dataset on the report... and also multiple datasets?
|
| Subreport loses page headings | 02 Mar 2004 18:46 GMT | 6 |
I have a report which uses an on-demand subreport in Crystal 10. The subreport all looks fine if you run it on its own. When you run it on demand from the main report the first page is fine, but then no headers or footers are put on subsequent pages.
|
| the remaining text does not seem to be a part of the formula | 02 Mar 2004 18:06 GMT | 1 |
I am new to crystal reports and I am using the .NET version. I have created a report that has a formula field created as an unbound field and i am trying to populate that field with a value out of a dataset but i get the error
|
| Help! Pie Chart Overlap Frustration! | 02 Mar 2004 16:06 GMT | 2 |
Hi Folks, I have the version of Crystal Reports that is distributed with Visual Studio 2003. In one of the reports I have tried to implement a mutiple pie chart. However the labels overlap and obscure much of the data. I
|
| errors in Crystal Reports .NET subtotals and grand totals | 02 Mar 2004 13:23 GMT | 2 |
has anybody else experienced arithmetic errors in .NET Crystal Reports totals and subtotals? i have two examples of reports where a subtotal for a low-level group, i.e., the first group around the detail, is simply wrong. On another
|
| 1 Master and more then 1 detail | 02 Mar 2004 00:21 GMT | 3 |
I'm totally new to CR9.NET and to this NG. I'm trying to achive the following result: SQL Server DB with 3 tables: Employees, EmployeesAddresses, EmployeesContactsInfo, the last 2 related to the first with a 1 to many
|
| Nulls and totals | 01 Mar 2004 16:56 GMT | 1 |
In creating a Crystal report, I created formula fields called Total1 and Total2. Total1 totals line 1 and Total2 totals line 2. This works fine. I then created TotalOpp which simply adds up Total1 and Total2. This works fine too as long as both Total1 and Total2 have
|
| Setting landscape and multiple-columns on a page? | 01 Mar 2004 15:51 GMT | 2 |
Is it possible to display, say, 2 columns of records on a page instead of just the one? I want an option for my users allowing landscape printing, with rows numbered increasing top to bottom, then onto the next column top to bottom then onto the next page etc.
|
| How to refresh report without prompting for parameters (CR .NET) | 01 Mar 2004 14:37 GMT | 2 |
I use CR fo VS.NET. I pass parameters to the report and show it. But when user changes page margins I must call crViewer.RefreshReport() and then CR asks for parameters. When I use RDC I just call RefreshEx(false), but I don't
|
| White Space when Suppress Footer | 01 Mar 2004 12:54 GMT | 2 |
I have a report that has a page header & footer on the first page. I need to suppress these sections on subsequent pages which I am able to do using Pagenumber > 1 in the Conditional Suppress window. This does hide the contents of the sections but I am left with white space in there ...
|
| Changing the Database connection runtime | 01 Mar 2004 12:02 GMT | 1 |
Hi All!! I'm using VB 6.0 with SP 5 and Crystal Reports 9.0. I'm unable to change the report connection from VB, and I always must use the connection used at design time to create the report.
|