i don't know

  • Thread starter Thread starter Major
  • Start date Start date
Hi Major,

Set up a form with a crystalreportviewer object on it and call the form,
something like this:
gl_browseprintvar = "f:\imcapps\natman3.rpt"

Dim newmdichildb As New reportprinter_viewerparam

newmdichildb.MdiParent = Me.MdiParent

newmdichildb.Show()

Inside the form with the viewer, call the report like so:
CrystalReportViewer1.ReportSource = gl_browseprintvar

HTH,

Bernie Yaeger
 
Back
Top