| Thread | Last Post | Replies |
|
| Is it possible to modify data from CR ? | 17 Aug 2005 02:13 GMT | 6 |
One of my client has a requirement that once they generate a report, a boolean field in the database be updated. Can this be handled by CR ? Is it possible to be able to update data from CR ?
|
| Creating a Report with Vertical Columns | 16 Aug 2005 22:59 GMT | 1 |
I'm using Crystal 10 to create a report based on an XML dataset that I create in a C# application I have 4 reports already done but this one is a pain. I need to print the columns vertically and it doesn't seem to work properly. So far what I've done is I've created a report with a
|
| Getting Started help required VB.Net/Crystal/Printing | 16 Aug 2005 19:57 GMT | 2 |
Although I am familiar with VB6/Crystal, I am moving over to VB.NET (and it hurts!). I would appreciate some pointers to simple getting started guides for incorporating Crystal reports. Particularly I would like to know how to print a report from a VB.Net forms app without having ...
|
| How to print new report according to different groups? | 16 Aug 2005 18:47 GMT | 3 |
I have a report that is grouped by Tel, and I want to print these groups separately. There are some options such as "start each group on a new page", "Reset page number to 1 for each group"... Can anyone to help me ?
|
| toolbar buttons return blank page | 16 Aug 2005 14:19 GMT | 4 |
I am using the CrystalReportViewer on an ASP web page. The first page of the report loads fine, but when I hit any of the toolbar button (like next page), I just get a blank page. I am using the exact same code in another place, and it works fine. The only differences are the RPT ...
|
| determine group by dyanmically on report run? | 16 Aug 2005 03:19 GMT | 3 |
I have a report which accepts four parameters: Vendor ID Inventory ID GL Account
|
| Crystal Reports XI and .net 2003. PLEASE HELP!!!! | 15 Aug 2005 22:58 GMT | 3 |
I've got .net 2003 installed and have installed Crystal Reports XI, BUT I can't load or see any of the references for CR XI in .net. I've uninstalled and reinstalled both products, to no avail!!! Please help!!
|
| Preview Button Print is Grayed Out | 15 Aug 2005 17:27 GMT | 1 |
I have an VB Application where I am calling Crystal Report and everything working fine. Sometimes in the preview of my reports Print button is disabled. Any ideas ..... -Jay
|
| Change XML Data Source at runtime using VB.Net | 15 Aug 2005 15:40 GMT | 1 |
I have a VB.Net (2003) project that has a simple Crystal Report. The report displays data contained in an .XML file. Using the wizard, I was able to get it to displaty properly. The problem, is that I would like the user to be able to choose an .XML
|
| export crystal report to csv format | 15 Aug 2005 14:34 GMT | 1 |
I am trying to export a crystal report to csv format. I am trying to do something like this::: crExportOptions.ExportFormatType = ExportFormatType.CharacterSeparatedValues.Format
|
| Help! | 15 Aug 2005 14:20 GMT | 1 |
I have a Crystal report that calls a SQL Server stored proc. The proc takes a long time to run as it chews through hundreds of millions of rows. The proc accepts a date range and returns a very small result set, something like this:
|
| How do you change legend text | 15 Aug 2005 02:14 GMT | 4 |
How do you change the text for the legend in crystal reports viewer in asp.net? Like Sum of Salary to Salary Thanks
|
| Logon Failed - Unable to connect : Invalid log on parameters | 12 Aug 2005 21:32 GMT | 1 |
I have a problem when I change the connection Info of my crystal reports, when I try to log with the "sa" User on my database, crConnectionInfo.ServerName = "myServer" crConnectionInfo.DatabaseName = "myDatabase
|
| Help please with credentials | 12 Aug 2005 19:55 GMT | 2 |
I have an app where I have a pre-formatted cx.rpt. I am using the 'pull method' and included the database info. within the report (database expert). I am connecting to a db on an sql server and therefore need to provide credentials but I cannot find this setting/option in the IDE ...
|
| Load excluded reports | 12 Aug 2005 14:09 GMT | 2 |
I am currently using vs.net 2003 to build my application. Can anyone point to me how to load excluded reports? I know i am suppose to use the load() function, but how class should i import? how do i initialise the report object? thanks
|