Ok,
I've set the datasource and a datafield in the
_reportStart sub in my activeReport code like so:
Is this code sufficient enough to display the field in the text box?Code:
Me.DataSource = MainMenu.getBlindList() ' returns dataTable
Me.TextBox1.DataField = "Equipment Number"
Also, how do I view the active report?
I know how to view a crystal report, but I tried to use a reportViewer, but no luck.
Thanks,
Justin Fox
