| Thread | Last Post | Replies |
|
| Sorting / Grouping from VB.NET 2003 | 31 May 2006 20:51 GMT | 1 |
I have a crystal report that produces sales data for products over a period of time. My VB.NET program creates a dataset that consists of Date, ProductID, Units, Sales Value and Cost Value for each product invoiced. The report prints each invoice date across the top, and each ...
|
| First report newbie | 31 May 2006 16:09 GMT | 2 |
I am brand new to CR. I have version 9 installed on one of my SQL servers, and I would like to make a simple report. Basically, say I have a table called Parts, and it has two colums - Date, and Part number.
|
| Connection Error | 31 May 2006 11:22 GMT | 1 |
I use VB6 and CR 9.22 , the problem is : the program always error when I try to pass parameter from VB to CR 9.22 , when I try to comment the parameter sent (in vb ) the program runs well ....
|
| Can't get global variables to work--Crystal.NET (9) | 30 May 2006 23:34 GMT | 2 |
This must be something simple. What I want is to place a dashed line before each detail line except for the first detail on the page. So, I created a global variable to count detail lines, which I reset in the page header. However, when I display the value of the variable on
|
| hide main report if all subreports are empty. | 30 May 2006 12:03 GMT | 2 |
I have a problem with one report .... i will try to explain.... The report design is RH PH a (page header)
|
| Print Job huge with Crystal for .NET 2.0 (Visual Studio 2005) | 28 May 2006 10:47 GMT | 2 |
We have a solution at a high-volume client where a Windows Service uses a .NET Crystal Report to automatically print Orders to various print queues depending on Order criteria. The solution was originally built with Visual Studio 2003 and Crystal
|
| Problem printing | 28 May 2006 04:41 GMT | 3 |
We are using CR with VS1.1 and have produced a range ofreports that print fine on our HP Laserjet. However on the live site there is severe formatting issues, with the pages coming out as gobbledgook. The live printers are some make
|
| Allowing Select Parameters to be NULL in a Report | 26 May 2006 20:07 GMT | 3 |
I have four parameters defined in a report such that the user gets prompted to enter each value as he runs the report. That works fine, but how do I edit the select fornula if I want to allow users to leave any of the four parameters blank?
|
| No ADO.NET Provider in CR9 after Framework 2.0 install | 26 May 2006 19:15 GMT | 1 |
I've just installed the DotNet Framework 2.0 and have lost the ADO.NET (XML) provider as a data source in Crystal Reports Designer (Version 9). I used to see the ADO.NET (XML) provider as a data source, but bow its gone. Does anyone know how to get this provider back?
|
| printing a report from text file | 26 May 2006 19:06 GMT | 1 |
hi, i need to make a report to the printer from a text file. Can it be done in CR ? cause in the net all i see is examples of ASP.NET / DB uses of the CR.. Maybe u guys know of another way just for printing a text file in a
|
| Why can't I set the parameter value for a command parameter? | 26 May 2006 19:04 GMT | 1 |
I'm using the AddCurrentValue method to add details to parameters. If the parameter is created from a Command, (type 2) then the number of currentvalues stays at 0, and the currentvalueset reports false. It works O.K. for 'standard' parameters.
|
| Summing formula fields | 25 May 2006 21:13 GMT | 12 |
I have a report with a formula that calculates the extended price on an invoice for each line item. I am trying to get a sum total of each of the line items to print in the footer. I have tried a number of things and can't seem to get it to work. Forgive me if this is obvious. I'm a
|
| Unammed view | 25 May 2006 19:40 GMT | 1 |
I would like to report on sales from different tables using an unamed view query, which is like a subquery that has 3 UNION selects. What would be best way to go about that from Crystal?
|
| Exporting CR report using email - Outlook issue | 25 May 2006 18:15 GMT | 11 |
I'm sending email (a Crystal report attachment) using Outlook from a VB.NET application. Is there a way to programmatically disable to dialog box asking for permission to access Outlook features so that user don't have to click YES repeatedly?
|
| date convert | 25 May 2006 14:48 GMT | 2 |
hey all, is there a way to take an integer field that stores a date in YYYYMMDD format and convert it so it displays MM/DD/YYYY? thanks,
|