Trickymonk
Mar 10th, 2006, 09:47 AM
I have some existing code that now fails after upgrading to CR 8.5 (these are old reports!). I know VB but next to nothing about CR. Any help is much appreciated. The offending code is below:
Dim Report As New CrystalReport1
Dim CommSub As SubreportObject
Option Explicit
Private Sub Form_Load()
Dim SQL As String
Dim SQL2 As String
Dim x As Integer
Screen.MousePointer = vbHourglass
-->Set CommSub = Report.Details<-- this FAILS!!!
Thanks
Jeff
Dim Report As New CrystalReport1
Dim CommSub As SubreportObject
Option Explicit
Private Sub Form_Load()
Dim SQL As String
Dim SQL2 As String
Dim x As Integer
Screen.MousePointer = vbHourglass
-->Set CommSub = Report.Details<-- this FAILS!!!
Thanks
Jeff