| Thread | Last Post | Replies |
|
| Alert Based on Time | 12 Jun 2007 16:45 GMT | 1 |
I have a CR report that pulls user data by login time from an ODBC connection to a SQL database. I would like to create an alert for users logging onto the system after, say 6:00 PM. I have tried all the datetime formats I know for the selection criteria but nothing is working. ...
|
| look for PDF report tool for VB6 | 10 Jun 2007 23:14 GMT | 1 |
I am looking for a report tool for VB6, which can export report to PDF file. I am trying crystal report 11, but I think, I can not use it with VB6. When I use crystal report 8, I can create a report an print it with adobe acrobat destiller, but I can not assigned the filename ...
|
| Issue with Merge Module | 10 Jun 2007 23:01 GMT | 2 |
Building a local setup routine with windows installer (msi) and the merge module for Visual Studio 2005 (CrystalReports11_5_NET_2005.msm). The routine works correctly but insists on creating several web folders in the install directory along with the exe..e.g
|
| How to use the formula Minimum only values bigger then 0(zero) | 10 Jun 2007 10:49 GMT | 2 |
Hello. I had a column in details section that use to have 8 records. the first 4 are always zero. I need to insert a formula in report footer that shows me the Minimum value, but I don't want that the formulares reads/ uses the first 4 records. Imagine this:
|
| Print report with out dialog box | 09 Jun 2007 13:52 GMT | 2 |
I'm using VB.Net 2005 and Crystal 10. I would like to have the program generate a report and not show the preview but send it directly to the default printer and also not show the printer dialog box. I haven't had much like searching Google so I thought I would ask here.
|
| Crystal Exports a zero length file | 06 Jun 2007 14:27 GMT | 2 |
I am using the CR 8.5 RDC with VB6 and Win XP SP2. The target machine(s) uses Win NT4. My problem is that, in my distributed application, the CR export function does not work correctly for any of the export options (i.e. Excel, Word, RTF etc) and the resulting
|
| Very slow load of report | 06 Jun 2007 13:39 GMT | 1 |
I am using Visual Studio with Crystal Reports and want to print a very simple, one page report. Printing this report takes about 10 seconds. I tracked it down to the Reportdocument.load() statement which is consuming a lot of time. Can anybody help me with this problem?
|
| Push Main Report; Pull Sub-Report is empty | 06 Jun 2007 09:17 GMT | 1 |
I have created two reports mEmployee and sMaterials where mEmployee is the Main report and sMaterials is the subreport. mEmployee passes as a parameter a jobID to sMaterials so that in mEmployee I can show all Employee costs for a particular job (grouped
|
| Formula field - adding Select Case gives error | 06 Jun 2007 08:49 GMT | 1 |
I inherited this app and I'm supposed to make some logic changes, but I know only a little about Crystal. I get an error after adding the select case statement after the 'else' statement (originally, just text), that says:
|
| Formatting number with commas | 06 Jun 2007 08:24 GMT | 2 |
I get a numeric return from the database in my Function field, but I need to add commas for the display. I've seen stuff on the internet that said to right click - then format - then choose either the number tab or the custom tab.
|
| Constant Column Name in Cross Tab | 05 Jun 2007 09:05 GMT | 1 |
I am trying to use the cross tab with crystal report 10. I got the right results; however, the coloum name are dynamic because it is populated by the data. But I want to have constants column name like a heading.
|
| How to verify is it's not null? | 05 Jun 2007 08:27 GMT | 1 |
Hi. I need to create a formula in CR that shows me two diferent fields. But there's a problem. Those fields don't have information at the same time. If the field 1 has text the field 2 doesn't, and vice- versa.
|
| Embedding a report in CR X1 without a CrystalReportViewer | 05 Jun 2007 01:53 GMT | 1 |
I have recently upgraded to VS 2005. Most changes have been relatively smooth, but I am having an issue with CR X1. I can't seem to reference a report in my code. I did get the report working by using the ReportDocument's load method, but I would like my report to be
|
| Multiple groups using same details on same report | 03 Jun 2007 15:30 GMT | 2 |
I am trying to create a report that has 5 different groups due to the configuration of the DB. I would like to display each group using the same details list based on if the information falls within the group.
|
| Subtracting dates to achieve Avg time | 01 Jun 2007 12:31 GMT | 4 |
I am looking for a formula that will subtract the days between WO # to give me the Ave time between Equipment Stoppages. Equipment # WO # WO Date 10 1000 March 10
|