NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on August 26, 2014, 11:07:54 PM

Title: Hide browse header if browse hidden?
Post by: JohanR on August 26, 2014, 11:07:54 PM

Hi,

I have a browse that's hidden if no records found, is there a way to hide the sub-header along with the browse?
The browse is on a memory form, so am trying to avoid anything showing up from the browse procedure if no records found.

Alternative would be to create a function to count the records and use that on the form whether to hide the browse or not.


thanks

Johan
Title: Re: Hide browse header if browse hidden?
Post by: Bruce on September 01, 2014, 09:58:41 PM
you could wrap the sub-header code in a condition.
It's inside the
Heading
routine in the browse.

cheers
Bruce