| Thread | Last Post | Replies |
|
| pdf from Crystal Report .NET on my production web server | 01 Apr 2005 00:44 GMT | 2 |
I've done (designed) and tested my PDF files generated with CReport included in VisualStudio .NET. But thePDF document's that are generated on my local test web server are a little different from those that are generated from production
|
| Master detail problem with more then one detail table | 31 Mar 2005 21:45 GMT | 5 |
Can anyone inform me how to deal with one master table and more then one detail tables? Example: master table Customers, detail tables Orders and Quotations. It's just an example, in which Orders and Quotations have no relations other then a relation with the Customer (master) ...
|
| What's the CR 11 API like? Any improvements to the CR 9 object API? | 31 Mar 2005 20:52 GMT | 1 |
I've experimented with trying to do things with .rpt files programatically, but you cant make many of the more interesting changes though the API nor can you save the rpt file. Is this improved in CR 11?
|
| can you click on report headings and sort | 31 Mar 2005 15:03 GMT | 3 |
I am building a report in Crystal Reports .Net and the Report Viewer. It's a run-of-the-mill report with column headings and detail records. Is there a way that you can click on the heading and then (re)sort the entire report by that column?
|
| How to get rid of the treeview? | 31 Mar 2005 14:36 GMT | 1 |
On my report, I don't want to display CrystalReport's treeview on the upper-left (showing the group names). Is there a way to hide it? Thanks for any tips!
|
| Crystal Reports with Business Objects | 31 Mar 2005 10:06 GMT | 2 |
I'm a complete newby to Crystal Reports. I'm working with the Visual Studio integrated version. What I want to do is use Crystal Reports not directly coupled to a database but programmatically coupled to my business objects.
|
| Change order in crystal report | 31 Mar 2005 05:38 GMT | 5 |
I also use Stored procedure to generate a table. (with vb.net) In mySP , I will pass a parameter to determine the sorting condition if @sort = "COMPANY" (select invno,company..... from myInv order by
|
| Print Without Viewing ? | 31 Mar 2005 03:14 GMT | 2 |
I have CR 11 and VB6. I have created a report and can view it and print it from VB. I would like to be able to print it from a button click on another form without viewing it first.
|
| Dynamic Picture in Report | 31 Mar 2005 01:26 GMT | 4 |
I would like to place a picture on the report according to the link store in the dataset. So that the picture will be changed according to the changes of the links. Would it be possible to do so?
|
| Invalid Keycode with CR9 NET and CR10 | 30 Mar 2005 20:46 GMT | 1 |
I am having problems incorporating reports in my VS.NET project. I have CR10 installed as well as VS.NET 2003, and I think I've got some kind of version conflict? but I'm not sure. When I start the solution, there is the follwing error message:
|
| How to? - two charts in the same graph | 30 Mar 2005 19:40 GMT | 2 |
I'm using Visual Studio 2003 and the included Crystal Reports, and need to design a report that displays both a bar chart and a line chart in the same graph, with values coming from two different columns of a data source.
|
| Formula Question #2-Formula Syntax | 30 Mar 2005 13:48 GMT | 6 |
All I wanna do is write a simple formula that sums the ytd sales for each customer/company we deal with. The relevant fields are: jobs.subtotal (invoice subtotals) customer.name
|
| Formula Question #1-Editor vs Selection | 29 Mar 2005 15:15 GMT | 4 |
Other than the formula editor allows you to customize, what's the difference 'tween it and the Select Expert? When would you use one and not the other? :-| I know you can, but are you supposed to use them both at the same time for
|
| How to refresh fields in the field explorer. | 29 Mar 2005 10:12 GMT | 2 |
I'm using Visual studio .Net, SQL Server 200 and (embedded) Crystal Reports. I am providing data to my report by a dataset based on a stored procedure. When I modify the stored procedure, and renew the dataset, these modifications are not visibile in the cr field explorer. The ...
|
| Does CR 11 have bitmasking operations yet !!!! ??? | 29 Mar 2005 01:01 GMT | 2 |
I've looked everywhere and can't seem to find it. For example, the syntax in T-SQL is: if ((@StatusMask & 4) = 4) then -- the 4 bit is turned on
|