NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on August 19, 2018, 01:05:46 AM

Title: Child Browse
Post by: broche on August 19, 2018, 01:05:46 AM
Clarion 10
NT 10.3

Have a child browse(Courses) to the right of a Staff browse
The Child browse is filtered using the table relationship and field.
Main(Staff) browse displays OK but the child browse just shows no records.
If I take out the filter from the child browse then I expect that it would show all the records to the right?  Is this assumption correct?

I looked at the books example(71) and it works there no issues.  I have set mine up exactly the same but no matter what I do it does not display.

Brian.
Title: Re: Child Browse
Post by: Bruce on August 19, 2018, 11:04:13 PM
Hi Brian,

>> If I take out the filter from the child browse then I expect that it would show all the records to the right?  Is this assumption correct?

yes - but you'd need to remove "all filters" to test this - obviously a browse can have a default filter, and various child filters.

>> I have set mine up exactly the same but no matter what I do it does not display.

Presumably then something is different?

Have you tried turning on the "send filter / order to Debugview" option for the child browse?

cheers
Bruce
Title: Re: Child Browse
Post by: broche on August 21, 2018, 04:01:30 AM
I was calling the Browse with a child browse from the main menu as a popup.
Does not like this and does not show the child browse.  Turned off the poup falg and it worked just fine.