D
Derek Brown
Hi all
am using:
If MySubReport.Report.HasData Then
ReportHeaderTectBox.Visible = False
ReportHeader0.Height = 0
End If
To refer to the subforms HasData property. But I am getting real strange
responce. All I am trying to do is make "ReportHeader" go away when sub has
data and visible again when not.
Is this correct format and if so what else could be wrong?
Thank you
am using:
If MySubReport.Report.HasData Then
ReportHeaderTectBox.Visible = False
ReportHeader0.Height = 0
End If
To refer to the subforms HasData property. But I am getting real strange
responce. All I am trying to do is make "ReportHeader" go away when sub has
data and visible again when not.
Is this correct format and if so what else could be wrong?
Thank you