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(ByRe f recaptype As
CrystalDecision s.CrystalReport s.Engine.Report Document)
............... ........
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(ByRe f recaptype As
CrystalDecision s.CrystalReport s.Engine.Report Document)
............... ........
crReport = New recaptype '<=== recaptype is flagged as undefined?
............... ........
End Sub
Comment