| Thread | Last Post | Replies |
|
| Logon on error with web report | 13 Jul 2004 14:45 GMT | 1 |
I am using MSSQL as the data source to crystal report. I can browse the data in design time, but it result in a "Logon error " in run time. How can I solve this problem?
|
| Formatting a Field | 13 Jul 2004 14:39 GMT | 1 |
Im using CR 8.5 I have generated a report using a Crystal Query. One of the fields reported is a string field containging a datetime value, ( 2004-01-01 19:00:00:00), can u format the report field to show that value in dd/mm/yyyy (01/01/2004) format, and if so how ?
|
| Setting ConnectionProperties of a Subreport at runtime | 13 Jul 2004 14:35 GMT | 1 |
I'm using VB6 and CR 9. I have a main report that uses one subreport. Very simple! My problem is that I can't seem to change subreport connectionproperties at runtime. Whatever I do the subreport continues to source its data from the datasource
|
| I give up, time to ask for help | 13 Jul 2004 14:26 GMT | 6 |
VB6 project with CR8.5 . . .I'm using crystal.ocx to connect to reports. Report Data is in Access table which updates with each print routine. My problem is that after I print a report and change data then print again, I still have the previous data. only after I print again do I ...
|
| change report layout in middle of report | 13 Jul 2004 14:23 GMT | 2 |
Is it possible to have a report where it starts as portrait then changes to landscape. I would like all my graphs at the end of the report to be Landscape so they fit better on the page.
|
| Format in Colums | 13 Jul 2004 14:22 GMT | 2 |
I want to format the details of a report in columns .It needs to be order "down then accross". The problem is that if there is enough space in the paper for all the data to go in one column the second column will be empty....But I need the columns filled evenly... Example:
|
| Registration Issue - CR 10 | 13 Jul 2004 12:55 GMT | 2 |
I have a registered copy of CR 10 on my system. I use Crystal Reports in both some VB6 application and in VS.NET 2003. When I open an application, for example in VB6, I keep getting a popup asking me to register CR 10. If I click on "Next" I am taken to a window where it shows my ...
|
| report will not always print zeros | 12 Jul 2004 14:11 GMT | 10 |
I have written a report that uses several subreports and on these reports if the value is 0 it doesn't always print it. I have no obvious rhyme nor reason to it. I have in the report options to convert NULL to value and it does print for some users. I even have a conditional formula ...
|
| Date problem | 11 Jul 2004 18:08 GMT | 1 |
I have the following formula field to show the minimum and max month and the year. stringvar month1; stringvar month2;
|
| charts not visible in CR.NET | 11 Jul 2004 08:42 GMT | 2 |
I am not getting charts on my reports. I have included the chart in my report and when I run the project a cross sign appears at the place of chart. I am doing a web project in ASP.NET with code behind VB.NET. Even toolbar doesnot show the images.
|
| CR margins change on different computers | 11 Jul 2004 02:32 GMT | 2 |
I have standard 8 1/2 x 11 reports that are being tested by QA. They render perfectly on my machine but on a different computer they are cut off just slightly on the right. I am thinking the margins the report is using are different on that computer.
|
| date variable question | 10 Jul 2004 18:17 GMT | 1 |
I have a formula: Shared DateTimeVar MySODueDate; IF MySODueDate = "" Then CurrentDate
|
| access .mdb connection also requests .mdw system .mdw connection i | 10 Jul 2004 17:34 GMT | 1 |
vb .net2002 crystal reports 9 Hi, I have a regular .mdb that's called in my app as a subreport, works fine. I have another .mdb that's called as another subreport, seems to be a security issue. I set it up as an m_cnadonetconnectionstring using microsoft jet oledb 4.0 provider. I ...
|
| How to dynamic creating CrystalReportViewer | 10 Jul 2004 17:17 GMT | 1 |
I dynamically create a dynamically in a onClick event: CrystalDecisions.Web.CrystalReportViewer crv=new CrystalDecisions.Web.CrystalReportViewer(); crv.Page=this;
|
| Printer selection with viewer | 10 Jul 2004 17:14 GMT | 2 |
ver 10 I have a report that is created using a special printer. When I print the report without using the viewer, I use selectprinter, and the thing prints fine.
|