| Thread | Last Post | Replies |
|
| CR And .NET (newbie here) | 24 Sep 2003 17:27 GMT | 1 |
OK....newbie here and not much help....2 questions: 1) I'm trying to pass date parameters to a report AND a subreport simultaneously from the VB code....I can pass it to the report with no problems but when I add a subreport then I get the darned pop up boxes.
|
| Report Login to DB - please help | 24 Sep 2003 14:59 GMT | 2 |
I got similar problems to what "thefirstwml" posted on the 17th, about login to a database. I'm using VB.NET & SQL Server 2000. As i try to display my report through the crystal report viewer control i get the popup Login
|
| Crystal Report Access Denied Error Please Help? | 23 Sep 2003 23:13 GMT | 1 |
I am using win XP and tring to generate a simple crystal report via asp.net. But I am getting error: "C:\\Program Files\\Microsoft Visual Studio .NET\\Crystal Reports\\Viewers\\dynamic_images" I am logged in as an administrator. Please help
|
| This Field is not Known when opening Crystal reports viewer | 23 Sep 2003 16:16 GMT | 1 |
I am getting "this field is not known" when opening Crystal reports viewer. Here is my history of my current situation. I am using a my VB program to run my reports, I was using Access as my database and I was using
|
| print mail label problem ... | 23 Sep 2003 13:47 GMT | 1 |
hi i've a problem with a report must print multiple label in page. label page format is 4 horizontal per 10 vertical labels . If i set right parameter (label size , gap , margin .. ) in my report , why it print only 9 vertical label ??? i try to decrease page margin with no
|
| Force New Page | 22 Sep 2003 20:55 GMT | 1 |
is there a posibility to force a new page in CR?? My situation is the following: I generate a report with data from a database. This db contains a column of date/datetime-datatype. Now I want crystal reports to print all records
|
| VB6 Crystal Reports 8.5 .dsr files | 22 Sep 2003 20:12 GMT | 1 |
I have had this pile of vb 6 code slammed on my desk. It has all these .dsr files added under the designers folder in the project view. But they are not Microsoft Designers they are Crystal Reports designers.
|
| SUBTRACT WORK DAYS IN CRYSTAL | 22 Sep 2003 18:26 GMT | 1 |
I am trying to create a report that will subtract from the shipdate of a customer order so that we know when to start certain function. The problem is, it has to be workdays (5 day week). I have had no luck, has anyone done this?
|
| Newbie Question : Grand Total | 22 Sep 2003 16:16 GMT | 1 |
I am using CR 8.5. I will use the Crystal's Craze.mdb as an example. I am trying to put Grand total figures in the group header. I tried to create a report that uses the orders table. I tried to create a formula field with
|
| Another simple formula | 22 Sep 2003 16:08 GMT | 1 |
I want to print data from the record that first time suits my conditions... For example.. Name Age ali 18
|
| How can I force contents of field to Uppercase Crystal.net | 22 Sep 2003 15:55 GMT | 9 |
I need to display the contents of a field as uppercase. Is there a way to format the field to acheieve this. Thanks Nick Steele
|
| Vertical Line in CR 8.5 | 22 Sep 2003 14:48 GMT | 2 |
Am printing a mult-column report (newspaper style) with all details in the group footer. The requirement is to have a vertical line at the right-side of the report. The problem is that the line ends when a section wraps/ends, but I need the line to run through the entire length of ...
|
| Printing to Adobe PDFWriter | 22 Sep 2003 07:53 GMT | 1 |
I am writing a VB app to create PDF files from information stored in an Access database. The information will be presented as a multi-page report with text and graphics, generated by Crystal Reports 8.5. I will use the Crystal Automation object to open the .rpt file then print it ...
|
| Scroll with wheel ? | 20 Sep 2003 04:06 GMT | 1 |
I'm currently using Mircorsoft Data Report that comes with VB. The problem is that my user wants the scroll bars on the report to work with the scroll wheel on the mouse and this doesn't happen with DataReport. I was thinking that if Crystal Reports supported this feature then maybe ...
|
| Report is blank when suppressing section with isnull(count{table.field})... | 19 Sep 2003 18:21 GMT | 4 |
I am trying to suppress a page footer if there are no records in a subreport that is contained in the page footer which contains text as well as the subreport. In the suppress formula of the page footer, I am specifying the formula -> IsNull({Contact.name}) Or Count({Contact.id})=0
|