Page 1 of 1
Hide page
Posted: Fri Feb 10, 2023 2:14 pm
by gab75
Hi,
How it's possible to hide a page if the databand ( or the register dataset ) is empty ( no rows ) ?
Thanks
Gabriel
Re: Hide page
Posted: Fri Feb 10, 2023 8:17 pm
by Lech Kulikowski
Hello,
You can use the Enabled(Expression) property in which check the count of the data for that databand and hide if it is empty.
Thank you.
Re: Hide page
Posted: Sat Feb 11, 2023 9:54 pm
by gab75
is set Count(Datamaster) > 0 and it's works nice
Thank you
Re: Hide page
Posted: Mon Feb 13, 2023 10:56 pm
by Lech Kulikowski
Hello,
You are welcome.