| Thread | Last Post | Replies |
|
| IS Null question | 19 Nov 2004 11:04 GMT | 4 |
Is it possible to have an equation in the IS NULL funtion? For example, can you do this: IF IS NULL (X - Y) Then ... Else... Thanks
|
| VB.NET Programming | 19 Nov 2004 01:57 GMT | 2 |
I have allowed users to define thier own grouping criteria. I have a .SortOrder property that I use as the hierarchy for groups. Then i dynamically set the report groupings at runtime (Thanks Brian Bischof). I also allow users to choose wheter or not they want a page
|
| Text wrapping not right when viewing report in DHTML | 18 Nov 2004 20:15 GMT | 1 |
We are having a problem with a report rendering in the Crystal Enteprise 9 instance viewer (DHTML). On our report's detail line, we have a text object that 'can grow' with maximum number of lines set to 0. We have a blank line between each detail line. When we run the report in ...
|
| Formula | 18 Nov 2004 18:27 GMT | 6 |
I am trying to compile a simple formula but can't for the life of me get right. I have 2 date fields Open_Date and Resolve_date and I want to display all records that have been open for more than 5 days, please can some one help?
|
| designer question | 18 Nov 2004 15:28 GMT | 5 |
I'm afraid to ask this question because i'm guessing i already KNOW the answer and it's one i don't like. Let's say in Crystal Reports.NET i am designing a report. I specify a database command that is like this:
|
| Connecting to SQL Server with CR7 | 18 Nov 2004 12:31 GMT | 2 |
TIA for your time, I have converted a VB6 app from an Access backend DB to SQL Server. I converted the database locations and language in our CR7 reports to OLE DB for SQL but the reports fail everytime when called by VB due a request for a
|
| Really tough Crystal Question | 17 Nov 2004 22:31 GMT | 4 |
I have a working ASPX page that uses a CrystalReportViewer to print any web datagrid Passed to it. On the page I have a button that will convert the report to a PDF. The code pasted below works just fine.
|
| Picklists in Crystal Enterprise with apostrophe | 17 Nov 2004 19:42 GMT | 1 |
I am using Crystal Enterprise 10 & modified the rptschedule.csp to look for certain parameter names to provide a picklist. The .csp page is connecting to the datasource & running a SQL query to populate the drop-downs. The problem I am having is when the value contains an
|
| Boolean Question | 17 Nov 2004 19:12 GMT | 5 |
When you have a table field that is a boolean, you can only get a 'Yes' or 'No' answer. I know you can change it to 'True' or 'False' BUT can you change it to any text that you want. I would like it to say 'Open' or 'Close'.
|
| Formula Fields | 17 Nov 2004 14:20 GMT | 14 |
How would I create a formula that follows this logic: Formula Field Name: X If Y = 'some expression', then I want X to be 'some value' ELSE, I want X to be X.
|
| Filled-in boxes | 17 Nov 2004 13:00 GMT | 1 |
I have a form that displays dates in fields if they are not null. If a date is displayed in a particular field on the form, I would like the check box that is shown next to that date to be filled in. What do I need to do to achieve this?
|
| SpecialVarFieldDefinition | 17 Nov 2004 07:40 GMT | 3 |
I'm trying to retrive the total number of pages, in a NET Windows Form App, from the report loaded in CR Report Viewer. I can obtain a reference to the SpecialVarFieldDefinition representing a "hidden" field in the report, the problem now is how to retrive the current
|
| Prb: CR:NET 2003: Displaying Hour Glass Icon to give the User busy status until the reports are displayed. | 16 Nov 2004 22:06 GMT | 1 |
System Info: WinXP Sp1, CR.NET 2003, C#: Prb: Displaying Hour Glass Icon to give the User busy status until the reports are displayed.
|
| Avoid the printdialog() | 16 Nov 2004 21:13 GMT | 3 |
Does anybody knows how to avoid (bypass) the printdialog that shows up when the CrystalReportViewer.PrintReport()method is called??? I'm developing an app that shows reports in CrystalReportViewer and I want to automatically print the report without user interaction.
|
| dynamic images in CR 9 .NET | 16 Nov 2004 21:11 GMT | 1 |
I have a image into DB (base 64) Is it possible to load an image dynamically into a crystal report?
|