W
Wayne Wengert
I am trying to create a Sub in a VS 2005 project but the parameter being
passed comes up with an error of "Undefined" within the sub? I am including
the Sub header and the point of the error. I am lost as to why this fails?
Wayne
====================== Code Snippets ==============
Public Sub SetupRecap(ByRef recaptype As
CrystalDecisions.CrystalReports.Engine.ReportDocument)
.......................
crReport = New recaptype '<=== recaptype is flagged as undefined?
.......................
End Sub
passed comes up with an error of "Undefined" within the sub? I am including
the Sub header and the point of the error. I am lost as to why this fails?
Wayne
====================== Code Snippets ==============
Public Sub SetupRecap(ByRef recaptype As
CrystalDecisions.CrystalReports.Engine.ReportDocument)
.......................
crReport = New recaptype '<=== recaptype is flagged as undefined?
.......................
End Sub