| Thread | Last Post | Replies |
|
| Is This Possible? | 18 Mar 2005 14:06 GMT | 6 |
One company, multiple invoices. I want the company name to appear one time, and the Sum of all the invoices to appear on the same line as the company name. I can't get the Group Summary field out of the footer! Also, if I then have multiple, different, company names each with a ...
|
| Error in CR | 18 Mar 2005 09:08 GMT | 2 |
We are facing following problem in a client system after installing our product Product developed by using- Visual Basic 6.0,Crystal Reports 9.0,Sql Server 2000
|
| next statement | 17 Mar 2005 20:28 GMT | 1 |
I am writing a report in 8.5 that I need to find if .prono is = to 5199 now the process # can be 5100 , 5110 , 5170 , 5190 and 5199 and if it does = 5199 then drop from the report. My problem is that the item is entered as a 5100 when order is taken and not entered till later as a ...
|
| skip a record | 17 Mar 2005 20:24 GMT | 1 |
I wanted to know if there is a function in crystal reports that allows you skip a record and move to the next one. I am using the NEXT command to retrieve the fields from the following record and I dont want that record to be displayed in the next round. Hope this makes sense
|
| subreports | 17 Mar 2005 17:13 GMT | 2 |
Is it possible to control the data displayed in the subreport from the main report. Basically I have a subreport in the details section of the main report along with some fields. I want to use these fields to display the relevant data in the subreport. How do I do this.
|
| Field Name Not Known | 17 Mar 2005 15:13 GMT | 2 |
I have a VB.NET application that schedules Crystal Reports. I have a report that displays a "Field Name Not Known" Formula error when I attempt to run it from my application. This report runs fine from within Crystal Designer.
|
| Drill Down Report | 17 Mar 2005 13:35 GMT | 3 |
I have a simple one-leve drill down report in crystal report. On clicking a summary row user get to see a detailed view for the row. The other summary rows dissapear while doing this. What i want is that the other summary rows remain at its place but the row for which i drilled ...
|
| Problem with ReportDocument Dialog not showing | 17 Mar 2005 12:35 GMT | 1 |
I am going through your Brian Bischof's walkthrough in Chapter 1 of his book Crystal Reports .Net Programming and have come up to a problem. When I load the ReportDocument onto the form I get no dialog box to select the typed ReportDocument class from. I am running
|
| Suppress Field | 17 Mar 2005 08:38 GMT | 6 |
How to check whether a field object is suppressed or not from VB? What I want is to collect all fields in a report that is not suppressed and listed into the combo box. The coding is like this :
|
| Crystal Report in Visual C++ | 17 Mar 2005 06:21 GMT | 4 |
I can't find any C++ support for Crystal Report. How can I set a RecordSelectionFormula in Visual C++ / MFC ? Any code sample or any help is appreciated. Thanks. Crystal Wanderer
|
| how to display group total within details only once? | 16 Mar 2005 18:57 GMT | 2 |
I have a crystal report with the following fields GroupName Amount GroupTotal Group1 $100 Group1 $ 20
|
| 3columns in the report | 16 Mar 2005 16:30 GMT | 1 |
My invoice got many and different product item code, (over 50-100 items) I need to show them all in the invoice. I use invoice as group key . and put the item code in the detai. However, it will only list one column of item cod,e
|
| crystal vb.net tutorial | 16 Mar 2005 10:27 GMT | 2 |
can somone point me in the direction of a good ado vb.net tutorial for crystal reports within a webpage? many thanks in advance buzz
|
| How to create reports in code... | 16 Mar 2005 09:25 GMT | 5 |
I need to create reports completely in code without using CR designer. Can this be done? I know that I can modify report in code using CR for .NET. I have heard of some product from Cyristal called server or something like
|
| formating a date field inside of a "Formula Field" | 16 Mar 2005 05:05 GMT | 2 |
I have created a formula field which prints brackets around a date if the date is a required date in my report (eg [ 1/6/2005 ] ). However, I want to format the date in mm/dd/yyyy format. (eg [ 01/06/2005 ] ). the formula is as follows:
|