Similar Threads
1. Empty Report - Crystal Reports 8.5 and Stored Procedures in Oracle 9.2 - VB Crystal Report
2. Crystal 8.5 reports, err 20515, report control vs craxdrt
Hi. We have an app where most reports are lauched via a custom dll that uses
the CRAXDRT libraries (Crystal version 8.5). The remaining reports continue
to use the Crystal Report control (please don't ask why, there are reasons).
Most of the time they work, but we have recently found two separate
deployments where these return an error "E" (yes, only one letter!). We are
of course unable to duplicate this in our environment, but two separate
customers have now reported this error. To make it even more interesting, we
have been able to determine that loading the same .rpt file via our custom
viewer does NOT return the error. So we believe this to be related directly
to the Crystal control, but only in certain environments. We have also been
able to "fix" the problem by forcing a reinstall of specific Crystal files,
but since the app is of course installed in shared environments we don't want
to stomp on anyone else' software.
Suggestions are most welcome :)
Thank you.
--
Brad Ashforth
3. Runtime error using c++/MFC exporting Crystal 8.5 report to MAPI as PDF - VB Crystal Report
4. How To format date datatype in crystal report 8.5 at runtime
How To format date datatype in crystal report 8.5 at runtime. giving
error Error in file and error in formula .... developer.hlp
If OptOne1 Then
selectionstr = "{RPTQueryMedicalExpense.Empno} = '" &
Trim$(CmbInvoice.Text) & "'"
ElseIf OptAll1 Then
If OptDuration Then
FromDate = Format(CDate(DTPicker1.Value), "Short Date")
ToDate = Format(CDate(DTPicker2.Value), "Short Date")
selectionstr =
"({RPTQueryMedicalExpense.DateofInvoice}) >= '" & FromDate & "' AND
({RPTQueryMedicalExpense.DateofInvoice}) <= '" & ToDate & "'"
' selectionstr =
"({RPTQueryMedicalExpense.DateofInvoice}) >= #" & FromDate & "# AND
({RPTQueryMedicalExpense.DateofInvoice}) <= #" & ToDate & "#"
Else: selectionstr = " "
End If
Else: selectionstr = " "
End If
End If
5. Crystal Reports 8.5/9 & VS 2003 - VB Crystal Report
6. can't open crystal report by crystal report 8.5 directly
i have report created by crystal report in vs .net
but i can't open it directly through crystal report v8.5
it shows the format is invalid
is there any difference between created in vs .net and crystal report v8.5
directly?
thanks
7. Upgrade from Crystal Reports 6 to Crystal Reports 8.5 or 9.0 - VB Crystal Report
8. Migrating From Crystal Reports 8.5 to Crystal Reports XI (Business Objects)
I'm about to begin migrating quite a few reports created using Crystal
Reports 8.5 to Crystal Reports (Business Objects) 11.
I'd like to know if there's anything specific I need to do to "convert"
the existing version 8.5 reports to version 11 aside from just opening
them using Business Objects XI and then saving them, or is there some
sort of more specific process that I should go through in converting
the reports from this older format to the most recent format?
Thanks!
Sincerely,
Brad H McCollum