| Thread | Last Post | Replies |
|
| Detecting the first row of data | 02 Nov 2005 18:17 GMT | 1 |
Is there a way to check if the row of data is the first row or the report? Like in a formula - IIF(DataRowNum = 1, true, false)
|
| Date comparisons | 02 Nov 2005 18:09 GMT | 1 |
In Crystal Reports Viewer for .NET I have a formula IIF(Previous({tblTowers.ReadingDate})<>{tblTowers.ReadingDate} , True, False) The date fields include the time like below
|
| Passing date parameter from VB.NET to crystal | 02 Nov 2005 16:40 GMT | 2 |
I have a VB.NET 2003 application that uses the version of crystal reports bundled with it and I am trying to pass parameters from VB.NET to crystal reports. It works OK with decimal, integer and boolean parameters but when I try a date parameter I get the message 'The specified ...
|
| Crystal 10 Export to fixed text file | 02 Nov 2005 14:50 GMT | 1 |
(bows head in humility) I have a problem. After days of research and experimenting, I cannot get Crystal 10 to export to a .txt file without losing my data. I tried each and every type of export format and none of them worked.
|
| Dynamic Report Without Datasource | 02 Nov 2005 10:37 GMT | 5 |
I am in need of assistance in the creation of a report (from Crystal Reports XI). I have what appears (at first) to be a cross-tabbed report. Along the top of the report (in the page headers section) are a
|
| Crystal not returning any data | 01 Nov 2005 23:54 GMT | 2 |
I would like to return records based on the contents of a notes \ memo field, when I run a sql query the required data is returned without a problem. However crystal doesnt return anything. Below is the selection formula in question:
|
| Setting Parameter to NULL in CR 10 ? | 01 Nov 2005 17:21 GMT | 1 |
How can I set the parameter to NULL within Crystal Report, because when I left any parameter blank, it raises error: Field cannot be blank. Any idea please ? Best Regards,
|
| No page breaks | 01 Nov 2005 08:28 GMT | 1 |
I made a .Net web app that shows a Crystal report in the browser (using CrystalReportViewer object). But I can't figure out how to make it print correctly. When I click "print", everything is being printed just like it looks like in
|