| Thread | Last Post | Replies |
|
| How do I set the database location of a subreport? | 22 Apr 2004 20:45 GMT | 3 |
In the code below, you will see that I set the database location of my Access Database to the report called rptFollowUpWorksheet1 by using the variable sDatabaseLocation. However this report also uses a subreport and I don't know how to set it's location to sDatabaseLocation. Can ...
|
| HELP! Data source won't change | 22 Apr 2004 20:41 GMT | 2 |
Hi, I'm using Crystal Reports 9 and VB 6. What I do is create my reports in the Crystal Reports program and then import them into my application as a Crystal Reports design component. I then have a form that contains the Crystal Reports viewer to view the report. I use
|
| .Net Crystal Report Current Database Problem | 22 Apr 2004 20:39 GMT | 1 |
I have a report that is pointing to a database on e:\netProjects\Data\data.mdb I used Set Location in the CR designer to point the report to this database.
|
| Reporting on different databases | 22 Apr 2004 20:32 GMT | 1 |
Hi, our reports need to be ran on different servers (development and production) how can we make a report run on both? basicly i need to tell the report in code when loading the report viewer which database to use for data retrieval. any idea on how to do this?
|
| Changing database path at runtime | 22 Apr 2004 20:23 GMT | 2 |
Hi, I have the following code that I want to modify to override the database path but I can't seem to see which method will do it. I got a CRViewer 9 control that I'm using. I can't seem to find a DataFiles property to change to the new path. Thanks.
|
| Overriding database path | 22 Apr 2004 20:16 GMT | 5 |
Hi, I have the following code that I want to modify to override the database path but I can't seem to see which method will do it. I got a CRViewer 9 control that I'm using. I can't seem to find a DataFiles property to change to the new path. Thanks.
|
| Creating a concatenated field problem | 22 Apr 2004 16:49 GMT | 3 |
Hey all, I am trying to build a concatenated field as follows (ver. 8.5): if isnull ({PROPERTY_PLUMBING_VIEW.NBR_OF_1FIX}) then 'null' else cstr({PROPERTY_PLUMBING_VIEW.NBR_OF_1FIX})+' '+'1-Fix, '
|
| Adding 's' if more than one? | 22 Apr 2004 15:50 GMT | 2 |
I'm working on a report that has several groups. In the footer of one of the group, I want to have a COUNT function that returns the number of projects. How can I have the SQL Function field return "1 project" if there is the count equals 1 and "23 projects" for example if there ...
|
| Is There Anything I Can Do For Slow Reports? | 22 Apr 2004 10:29 GMT | 2 |
I have a question on performance issues. Is there anything I can do for slow performance? I'm looking for quick-patch solutions for now since the deadline has been approaching...
|
| last running total of previous page | 22 Apr 2004 09:37 GMT | 3 |
i made a crystal report to display debits, credits and a running total column of remainders. This list is more than one page, I would like to transfer last total running in page 1 to top of page 2 and so on.
|
| Documentation | 22 Apr 2004 09:24 GMT | 3 |
Does any one know of any good online resources for Crystal Reports? They seem to be a law unto themselves with very little good docs on anything. Everywhere i go i get the same examples. This is how you push, this is how
|
| Alternately Coloured Detail Rows | 22 Apr 2004 09:21 GMT | 2 |
I have a report with multiple detail row, is there a way in which I can alternately colour (background) them, say red and blue?
 Signature Kind Regards
|
| DLL Hell - PDBDAO.DLL Cannot be found | 21 Apr 2004 23:26 GMT | 1 |
I have an application written in Visual Basic 6 that uses a couple of reports that were developed with CR (I don't know for sure which version of CR but the .rpt files are dated June 1999). This has all been running without error for several years.
|
| Variable Period | 21 Apr 2004 19:58 GMT | 1 |
I am using a crystal report to show my payroll costs. Rather than going and altering the filter is there a way I can ask for the filter on the report when it is opened? For example What week do you require and if I put 3 week 3 is returned.
|
| Can't build Crystal Report Web Service by Visual Studio .NET | 21 Apr 2004 17:40 GMT | 1 |
I would like to Build a Crystal report web service by Visual Studio .NET. Here are my steps but I fail at the last: 1. Create a new Visual Basic ASP.NET web service project.
|