| Thread | Last Post | Replies |
|
| Exporting to pdf | 28 Mar 2005 15:42 GMT | 1 |
I am trying to convert my crystal report to pdf format and after i convert it (in hebrew) i dont get the correct language in my pdf report (wrong hebrew letters). What to do ?
|
| Help: crystal report export to word | 26 Mar 2005 14:45 GMT | 2 |
Here my code: '..... 'some code to load report to myreport Dim stream As System.IO.MemoryStream
|
| How To Lock A Formula Field | 25 Mar 2005 05:09 GMT | 4 |
Two separate fields on a report both pulling from the same field in a database. Is it possible to 'lock' a formula? The formula in field #1 takes on the attributes of the formula I put in field #2! How do I get the formula in field #1 NOT to change/default to the formula
|
| Database login required after installing SP1 | 25 Mar 2005 01:10 GMT | 1 |
I am using VB.Net and the bundling Cristal Reports. I have a Report with several Subreports. Some Subreports are using one DataSet containing several DataTables. (1)
|
| Web publishing question | 24 Mar 2005 22:22 GMT | 4 |
I am very new to this and forgive my ignorance, but I have built a VB .Net application that creates a report that is formatted exactly the way that I would like it to appear on our current website. What would be the easiest way to export this report to the web? The XML
|
| crystal report with asp.net | 24 Mar 2005 21:48 GMT | 2 |
can asp.net use together with RDC instead of RAS??? any ideas where can i download sample of crystal report with asp.net??
|
| Create a formula to total a column with a condition | 24 Mar 2005 21:25 GMT | 7 |
Hi, I need to sum up a column in a sub-report, for all records, where the date column for each of that records has to be 90 days prior to current date. I can't do it with running total because it would only do for all records in the footer section. I need to print out this ...
|
| Printing in Vb.net 2003 STANDARD | 24 Mar 2005 20:25 GMT | 1 |
I have searched high and low to find how to install Crystal Reports in the standard version. I did go to the solutions explorer, add, add new, but Crystal reports is not there. The help file that came with standard says it should be there. According to the same help file there ...
|
| Unwanted time showing up in date fields | 24 Mar 2005 17:05 GMT | 4 |
I have a VB6(SP5) application using CR 8.5 (SP3) to print reports from a DAO Jet data source. It's installed on about 100 workstations at remote sites. On about one out of 25 workstations that I deploy to, all of the dates in one report print as MM/DD/YY HH:MM:SS, when only
|
| Scheduling reports | 24 Mar 2005 03:24 GMT | 3 |
I have about a hundred existing reports within Crystal 10 Enterprise. I'm looking for some sample VB6 code that would allow me to programmatically submit all of these reports. Would like to have a full, functioning example that includes required references, OCXs, etc.
|
| RUnning Totals = NULL | 23 Mar 2005 20:30 GMT | 14 |
I have several Running Total Fields. If no data is the recordset for the sum field of the running total the running total field is not = to zero it is null. Therefore any math on this filed results in a null value result.
|
| Shared Variables in Group Footers | 23 Mar 2005 20:27 GMT | 7 |
Hello, all. I've got three Shared Numeric Variables being passed back to my Main Report from three Subreports. I would like to place these three numbers on Group Footers, but when I do so, they are not resetting properly between Groups.
|
| Sorted by aggregated value within a group | 23 Mar 2005 19:28 GMT | 1 |
I need to sort customer group by totalSales amount. The problem is that it won't be calculated till the end of each customer group using running total. Is there any way to work around this? Thanks
|
| Measuring Help Desk Efficiency with Crystal | 23 Mar 2005 15:48 GMT | 2 |
Management says that: (# of Phone Calls + # of E-Mails)/ (# of Help Desk Tickets + # of Journal Entries) should equal roughly 100% on a given day for a Help Desk Representative, so
|
| Counting Formula Help | 23 Mar 2005 14:08 GMT | 3 |
I have a DB which lists clients races. In the main table, when the selection is made a number is assigned (i.e. 1,2,3....) and then in a seperate lookup table they are assigned a value (i.e. 1 = white, 2 = black ....).
|