| Thread | Last Post | Replies |
|
| how to get database values for use inside a formula | 09 May 2005 20:40 GMT | 1 |
In a formula I'm calculating the total hours an employee had worked. I have also a field with a formula that calculates the amount of hours an employee worked on holidays. In this formula i have a problem to get the DateTime values of the holidays.
|
| Formula setting | 09 May 2005 18:18 GMT | 3 |
I will pass a paramter to a report, if the parameter contains some special string, I will Combine some field and put into that formula field. _title contains "H.NO VESSEL" BUT, I want to get {tmp_csinvinfo_os.hno} +{tmp_csinvinfo_os.description1} and it seems only
|
| VB6 - embedded report load error - class not found | 09 May 2005 11:35 GMT | 3 |
I attempted to load a Visual Basic 6 project with 5 embedded reports and received an error for each, stating that it could not be loaded. The error log for each report reads as follows: Line 2: Class {BD4B4E61-F7B8-11D0-964D-00A0C9273C2A} of control BCR_5Yr
|
| VB6 and Crystal Report 7 (Parameter problem) | 09 May 2005 02:44 GMT | 2 |
To all, I'm using VB6 service pack 5; now I've written a crystal report with 3 parameter fields which will decide the grouping (ie. acting like the sql where clause to filter records) of the data
|
| Passing Parameters to CR10 | 08 May 2005 20:27 GMT | 1 |
I'm using vb.net. I have a windows form that has a combo box showing all clients ID and I have CRViewer control on another from. I want when I select a Client ID and click on a button in the first form to open the second from -where the CRViewer is- with the report showing the ...
|
| text object right-align doesn't work | 08 May 2005 20:24 GMT | 1 |
I have a number of text objects on a Crystal Report that I am dynamically setting the text for at runtime using .NET. I want the text to be right-aligned in these objects. At design time, I have set the horizontal alignment to be right, but at runtime when I get a
|
| License Question | 08 May 2005 20:19 GMT | 1 |
I am building a .net fat client application in c# for a client. I plan to use crystal. Can I re distribute the crystal run time to my customer's computers for this fat client application with no additional license fees? thanks
|
| SubReports... | 08 May 2005 20:13 GMT | 1 |
I have created a report1 using a DataSet1. I then created report2 using DataSet2. I placed Report1 as a subreport in Report2. I use the following code to connect the report to a
|
| suppress if duplicate | 08 May 2005 20:00 GMT | 2 |
I have data fields printing in a group footer, some of which, are repeated. I have checked the "suppress if duplicated" choice when formatting the field but the duplicates print any way. Any thoughts?
|
| Changing PageHeader text object values at runtime | 08 May 2005 03:01 GMT | 1 |
I have a report with a set of custom fields(custom1 thru custom5) in the details area. The labels which describe these fields are placed in the PageHeader section, with text value of custom1 thru custom5. I want to change the text value of the field labels at runtime.
|
| Exclude specific record row in the report | 07 May 2005 16:16 GMT | 1 |
I have a report that must report items greater than 30 days. So I Group all based on a formula as follows: if nRc >= 30 and nRc < 60 then formula = "Greater Than 30 days"
|
| Need simple example | 07 May 2005 10:08 GMT | 3 |
I have never used Crystal Reports before and I always hand code when I am accessing data, so I am not very familiar with the use of drag and drop data access objects. I am looking for a very simple example... I have a simple report that I would like to do with Crystal Reports for ...
|
| Dinamic images | 06 May 2005 22:53 GMT | 1 |
Please I need help and dont know where to post the question..... So I am making a small asp.net application and need to generate a crystal report with one image that changes depending of some data. I am using a Oracle database and for me is not important if the images are
|
| Reporting on a POP3 Mailbox | 06 May 2005 20:54 GMT | 1 |
I'd like to be able to output the number of messages awaiting retrieval for a particular POP3 account. In other words, how many e-mails are our technicians ignoring on the POP3 server each day and leaving "out there" to rot? Are there ODBC drivers available for this sort of ...
|
| fields marked as being used, why? | 06 May 2005 18:47 GMT | 2 |
fields/formulas which are used within the actual report are marked with a green hook in the field explorer. But when I remove them from the worksheet, they are still marked. Am I doing something wrong or is it a bug? Its really bothering me when CR thinks Im using those fields.
|