I have 10 SubReports.
Sub #1 ia often has no data so Sub#2 comes up and everything is just fine.
However when Sub#4 or another one on the middle has no data - Report would be hanging when trying to scroll trough the pages.
Max pages are 25. It is not a huge Report.
I use to use code to show label when Report is blank:
Me.Label16.Visible = Not Me.Internet.Report.HasData
I am thinking if there is the similar code for the Sub dat HasData False should be Visible False?
I am open for suggestions. Thanks
Sub #1 ia often has no data so Sub#2 comes up and everything is just fine.
However when Sub#4 or another one on the middle has no data - Report would be hanging when trying to scroll trough the pages.
Max pages are 25. It is not a huge Report.
I use to use code to show label when Report is blank:
Me.Label16.Visible = Not Me.Internet.Report.HasData
I am thinking if there is the similar code for the Sub dat HasData False should be Visible False?
I am open for suggestions. Thanks