| Thread | Last Post | Replies |
|
| Its been over a month | 27 Jan 2004 19:10 GMT | 4 |
Does anyone from crystal company know how to call a .rpt file which calls a stored procedure? how to pass the parameters to he .rpt file which calls a stored procedure? it seems noone knows this. I have posted a few messages here but no one
|
| Alternate Shading | 27 Jan 2004 17:53 GMT | 3 |
I need to change color for each row in the report. I created formula with the following crystal syntax ------------------------------------------------------- global booleanVar blnCondition
|
| Reports as Resources | 27 Jan 2004 15:42 GMT | 2 |
Does anyone know of any way to compile a crystal report as a resource into an assembly then use that report that is embedded into the assembly as a datasource to the crystal viewer? Thanks.
|
| Force line down when beneath a CanGrow Text Object | 27 Jan 2004 15:33 GMT | 5 |
I have a page header, in which I have a text object which has CanGrow checked, and beneath that I have drawn a horozontal line and then beneath that are my column headers for the detail. So it looks:
|
| Question about formula fields again | 27 Jan 2004 15:31 GMT | 3 |
i want to fill formula fields in my report multiline, i tried something like these: .text = "'" & "String1" & "'" & vbCrLf & "'" & "String2" & "'" but crystal seems not to understand vbcrlf, vbtab...
|
| CrossTab loses all custom formatting after changing row field. | 27 Jan 2004 14:16 GMT | 2 |
I am using CR 9. I have a cross tab that uses conditional highlighting and formatting for font, border suppression, etc. Within the cross tab expert, when I remove a row field or change the group field name, all my conditional formatting is erased. Is there anyway to avoid this?
|
| Error with formula fields- the remaining text does not appear to be part of the formula | 27 Jan 2004 07:08 GMT | 2 |
i want to fill some formula fields. I added my formula fields in the report with -> unbound fields, string. In my report it is named [@UnboundString1]. So i tried to fill these fields with:
|
| Excel to Crystal | 26 Jan 2004 23:45 GMT | 1 |
I probably already know the answer to this but here goes, we have over 40 ODBC reports all in excel and I want to convert them to Crystal without manually having to re-create them all from scratch, is this possible? tfn
|
| 2 Simple? Questions | 26 Jan 2004 19:07 GMT | 2 |
1. What is a step by step way to rename a Subreport? 2. How to get {?Created Doc Date Range} to print to the report? Sincerely, Perry
|
| Totals in Group Headers | 26 Jan 2004 15:59 GMT | 5 |
I'm using Crystal Reports in VS6, but I cannot seem to figure out how to get a total into a group header. Crystal reports will gladly put totals into the group's footer, but I cannot drag that total into the header line. Can anyone enlighten me as to how to do this?
|
| Highligtht a field based on value of another field | 26 Jan 2004 14:28 GMT | 1 |
Is there a way to highlight one field if its value less than value of another field. If yes, Can I take it one step further with a formula; highlight field A if its value is less than 5% of field B (A/B < 0.05)?
|
| push mode | 24 Jan 2004 12:55 GMT | 1 |
i have finish a report and is work fine. but i need handle a situtation where is run time the server name is difference in design time, so i use push mode to push data to report. (label.Database.Tables.Item("ABC").SetDataSource(Dataset))
|
| Creating Pop-Up Windows and Writing SQL In Crystal Reports | 24 Jan 2004 06:08 GMT | 3 |
Hello Crystal Reports Gurus! I'm a Crystal Reports 8.5 newbie and would like to ask a few questions. First, what program should I use to write SQL directly
|
| CR 8.5 and Visual Studio.Net compatability | 23 Jan 2004 18:12 GMT | 4 |
i would like to know if it is possible to create reports in crystal version 8.5 for an application that was built in visual studio.net. can the reports be integrated into .net? can you open version 8.5 inside of visual studio.net, like crystal
|
| Crystal Problem | 23 Jan 2004 15:16 GMT | 2 |
Im having a nightmare with a couple of crystal reports in an application written in visual studio 2003. The problem is this i have a report that retrieves its data from a number of XML files that are stored on a local hard disk. This report also has a sub report in it.
|