NetTalk Central

Author Topic: Hiding Child Browse  (Read 3587 times)

Alan Cochran

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Hiding Child Browse
« on: July 23, 2007, 08:12:43 PM »
Hi All,

I have a NetWebBrowse procedure with a Child Browse on the right side of the page.  I am wanting to hide the child browse when a record on the parent browse has a specific value instead of  the "No Record Found" on the child browse.  Which embed in the Parent Browse procedure do I use to place the command to hide the children browse when I highlight the record?

Another problem that I am having is which embed to use prior to selecting, changing, etc. before calling the form, another browse, etc.  Is there any documentation on helping me to determine which embeds to use? 

Thanks...
Alan
« Last Edit: July 23, 2007, 08:18:46 PM by Alan Cochran »

Alan Telford

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Hiding Child Browse
« Reply #1 on: July 24, 2007, 12:51:01 PM »
Alan,

In a NetWebBrowse, on the "Children" tab where you specify the browse children, there is a "Condition:" field.
If you leave this blank then the child browse will always show.
If you enter a condition then it will be conditional  :)

You don't need an embed point. Just use the Condition.
If you need, you can call a local procedure and write your own code in this (if it is a complex condition).

Regards,
Alan

Alan Cochran

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: Hiding Child Browse
« Reply #2 on: July 24, 2007, 08:29:58 PM »
Alan,

Thanks for the reply.  I will look into this.

Alan