M
mcescher
I have a subreport that came up empty today, and I would like to have
a small message show up.
I added a hidden label with my message, and then in the NoData routine
set it to visible.
Private Sub Report_NoData(Cancel As Integer)
lblError.Visible = True
End Sub
It runs correctly when I open the sub report normally, but when I open
the main report, I just get a big white space. Am I missing
something?
Thanks,
Chris M.
a small message show up.
I added a hidden label with my message, and then in the NoData routine
set it to visible.
Private Sub Report_NoData(Cancel As Integer)
lblError.Visible = True
End Sub
It runs correctly when I open the sub report normally, but when I open
the main report, I just get a big white space. Am I missing
something?
Thanks,
Chris M.