VB 6.0 professional with service pack
Crystal Reports 8.5 developer edition
I've searched for a solution to this runtime error and have come up empty handed. On some machines, Win 98 when the .action = 1 event is triggered I get Runtime Error 20000 no error message which drags down the whole application. Unfortunately I'm not able to reproduce the error on my development or test box. The code looks like this:
If optDetail.Value = True Then
rptRentalCalendar.ReportFileName = ReportPATH & "RentalCalender.rpt"
ElseIf optSummary.Value = True Then
rptRentalCalendar.ReportFileName = ReportPATH & "RentalCalenderSummary.rpt"
Else
rptRentalCalendar.ReportFileName = ReportPATH & "RentalCalenderSummary.rpt"
End If
rptRentalCalendar.Action = 1
Any suggestions?
Crystal Reports 8.5 developer edition
I've searched for a solution to this runtime error and have come up empty handed. On some machines, Win 98 when the .action = 1 event is triggered I get Runtime Error 20000 no error message which drags down the whole application. Unfortunately I'm not able to reproduce the error on my development or test box. The code looks like this:
If optDetail.Value = True Then
rptRentalCalendar.ReportFileName = ReportPATH & "RentalCalender.rpt"
ElseIf optSummary.Value = True Then
rptRentalCalendar.ReportFileName = ReportPATH & "RentalCalenderSummary.rpt"
Else
rptRentalCalendar.ReportFileName = ReportPATH & "RentalCalenderSummary.rpt"
End If
rptRentalCalendar.Action = 1
Any suggestions?