| Thread | Last Post | Replies |
|
| Updating "old" reports in VB application | 30 Jun 2004 23:10 GMT | 1 |
I have a problem with my existing reports made by CR7.0 These reports work well and satisfy my needs, but there is a one problem I have to make export in PDF-format. I have try the CR10, but I have not find a way to share rpt-files made with cr10. Also there are no way to export ...
|
| How to use Crystal in VB6 | 30 Jun 2004 23:07 GMT | 1 |
I have made a new form and in that form I got CR viewer. How to get some .rpt file there? thanks ahead jukka
|
| need to add summaries from 2 different tables | 30 Jun 2004 21:02 GMT | 5 |
I've been asked to create a report that counts forecasted sales within a date range. My only challenge with that is I will need to pull data from 2 different database tables to get my answer. that first table is conthist (yes, it's goldmine) and my second table is cal
|
| Bolding a formula within a formula | 30 Jun 2004 16:17 GMT | 1 |
I've been trying to achieve this for a couple days now. What I need to do is apply formatting (bold, underline) to a formula that's being included inside another formula. Anyone done something like this before and can help me out?
|
| Export as PDF | 30 Jun 2004 15:20 GMT | 1 |
Are there any way to export from CR7 as PDF. In the case I can not use Acrobat Distiller as default printer. rgds jukka
|
| Logon Error Using Crystal Reports through Visual Studio | 30 Jun 2004 14:10 GMT | 2 |
I am using Visual Studio .Net 2003 with Crystal Reports. I can create a Crystal Report using a SQL server db. Then I create a seperate vb web form and add a CrystalReportViewer. When I run the form I get the message "Logon Error". The problem seems to be that Crystal Reports
|
| crystal report bug ? | 30 Jun 2004 12:52 GMT | 1 |
I made a crystal report associate to VB5 at landscape format. My pb is when i send printing with code my report is printing with portrait format and no landscape!!! with a crystal report object in vb, the format could be landscape?
|
| IN operator problem | 30 Jun 2004 10:41 GMT | 1 |
I am currently using the Crystal Report IN operator, and the string that I am searching is being passed dynamically to the report from a VB app. An example of the code from the VB app is
|
| a little help | 29 Jun 2004 19:18 GMT | 1 |
Hello everyone... do everyone knows how to use the parameter fields in cr.net any suggestion will be apreciated.... thanks a lot
|
| Piece of sh.t product - Crystal Reports.NET | 29 Jun 2004 18:05 GMT | 2 |
Crystal Reports for .NET is simply not ready for production. Anyone who is reading this at Crystal please move the product back to beta mode or even alpha immediately. I am constantly struggling with issues.
|
| SIMPLE QUESTION! - Crystal Reports.NET | 29 Jun 2004 17:49 GMT | 2 |
I'm using DataSets as my datasource which is cool i think! But, i want to pass simple scalar data to the report when the report is generated. For example, the user must specify the date before they run the report. How do I pass the date to the report so I can print it without
|
| Sort report based on Summary (Count) Field | 29 Jun 2004 16:06 GMT | 2 |
Is it possible to sort a report, based on a Summary field which is a 'Count'. When I try to sort the report, I can't see the field to use. I even placed the Sort within a formula, but this field doesn't still become available for
|
| put Sorting order on running total field | 29 Jun 2004 13:30 GMT | 1 |
Please any one tell me that how to set sorting order on the running total field. i assign the running total field to formula field and try to sort the record on the bases of this formula field but i was fail. please help me as soon as possible
|
| Color for every 2nd row in details section | 29 Jun 2004 13:22 GMT | 1 |
How can I assign a color to every second row in the details section? thanks Simon Sunke
|
| Reporting off of Stored Procedure... | 28 Jun 2004 18:41 GMT | 1 |
I have a stored procedure which uses Table variable for keeping output data. At the end of the procedure... the procedure just flushes the output data: Select * from @tblOutput
|