| Thread | Last Post | Replies |
|
| CR.NET Suppress using Formula Not Working | 09 Jun 2005 20:46 GMT | 1 |
All, I am using VS 2003 with CR.NET. I have a report with two groups and then details. In the details pane, I have labels that describe the data. For example
|
| Reporting from Excel | 09 Jun 2005 14:27 GMT | 3 |
I have Crystal reports (v9) running from an ASP.NET application. Those with a SQLServer datasource work fine, with the following code: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
| Problems printint datagrid | 09 Jun 2005 12:30 GMT | 1 |
I need to print a datagrid contents, but using the easy way of javascript the last line of the page is cut. Is it possible using Crystal but not designing the report? I should pass the datasource in runtime.
|
| Crystal Enterprise SharePoint Portal 2003 Integration Kit | 08 Jun 2005 22:19 GMT | 1 |
I installed Crystal Enterprise SharePoint Portal 2003 Integration Kit to render reports on WSS. After installing the webparts, I added the configuration as mentioned in the documentation.
|
| Refreshing Data in field explorer | 08 Jun 2005 22:19 GMT | 2 |
I'm using a dataset, which is built in a Web Service using C#, and every time I add a column in the Web Service I have to remove the tables in the report and add them back, which removes them from the report. There must be a better way to do this, but I can't seem to
|
| Change Report source through VB6 | 08 Jun 2005 18:59 GMT | 1 |
Applications: Visual Basic 6 with service pack 5 + Crystal Reports 9 I've made a report in Crystal Reports 9 with a database connection to a Foxpro table (table1.dbf). Opening this report in Visual Basic 6 is no problem at all, but I want to make it possible for the user to change ...
|
| Crystal Reports | 07 Jun 2005 18:03 GMT | 1 |
Hi, I'm pretty new to VB.net and I am looking to learn about Crystal Reports. I've Googled them and I haven't come across anything that really walks a beginner through creating one very well. Does anyone know a good intro site dealing with creating Crystal Reports in VB.net? ...
|
| How to use crystal report in VB6 | 03 Jun 2005 19:06 GMT | 1 |
OK,I created a report with Crystal Reports 9.0 that is named: report1.rpt on a PC Now I want to open it from within VB6 on an other PC. In previous versions of VB I had just to add the Crystal Report Component on
|
| Choose Printer in Viewer Control | 02 Jun 2005 22:02 GMT | 1 |
Is it possible to choose printer in CR Viewer Control, and not to go Windows Setting to do so ? Chuck Lackman told me to use the following : CrystalReport.PrintOptions.PrinterName = "Lexmark X6100 Series but I cannot find that method, unless in my Version 8.5 with VB6.
|
| Error with Access VBA - DAO Error Code 0xe96 | 02 Jun 2005 21:25 GMT | 1 |
I have a Crystal Report that access an Access database. I pass some criteria to a query and then Access prints the Crystal report with the parameters passed to some textboxes (to change headers) and with the information summarized as expected.
|
| Newbie Q - Dynamic Reports | 02 Jun 2005 20:13 GMT | 3 |
I am new to CR. I have VS.NET2003 (ie. CR9). Would some kind 'expert' help with some example code for adding dynamic data to a report (preferably in VB.NET)....... Let's say I let the user choose which fields from a db they wish to include
|
| Control Parameter List | 02 Jun 2005 07:00 GMT | 1 |
I am using CR10 to build a report with 3 linked tables. I want the user to be able to select from a list of those items in TableA that are referred to in TableB. I keep getting the entire contents of TabbleA as selection options. How can I constrain the selections to those items ...
|
| Using VBA to Pass a Variable | 02 Jun 2005 03:00 GMT | 6 |
I am using Microsoft Access as the database to populate a Crystal Report. Using VBA (and RDC) I can open the report and print it (either to a PDF or the Printer, etc.) without too much problem. What I would like to do is be able to pass a variable that changes the
|
| preview | 01 Jun 2005 19:10 GMT | 3 |
Hello. I want to know if is possible to use preview in crystal report .net, and if it is possible how.
|
| Keep Detail With Header | 01 Jun 2005 16:17 GMT | 3 |
I am using CR10. I have a report in which I want to keep each instance of Group 1 with its following details. For example, if the Group is the name of umpires and each detail is an evaluation by a team I don't want page breaks in there.
|