NetTalk Central

Author Topic: Parent with child. 3 browse  (Read 2125 times)

ntnewbies

  • Full Member
  • ***
  • Posts: 168
    • View Profile
    • Email
Parent with child. 3 browse
« on: January 08, 2018, 11:01:11 PM »
Hi friends,
i have 3 netwebbrowse.

Category is the parent file. The child is Product.
Product is the parent file. The child is ProductDetail.

In my Category netbrowse, i call the BrowseProduct under the children column. I put nothing for both refresh option.
In my BrowseProduct, i put the filter as the table relationship with the Category. In the children, i call BrowseProductDetails.
In my BrowseProductDetails, i put the filter as the table relationship with Product.

When i open the BrowseCategory, the list of category displayed. But, if i click on any rows, it still shows noProduct.
If i double click, sometimes it does show. most of the time it does not.  Also, some of my category record goes missing if i double click one of the rows.

I notice that if i type something under the locate field for the category, then the product and product details appears.

I feel it is a refresh problem. I have tried the option of Browse and Row for the refresh in browseproduct and browsecategory but it doesnt work.

Do i need to do some coding to do the refresh everytime the user click the rows in the browsecategory?


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Parent with child. 3 browse
« Reply #1 on: January 09, 2018, 09:54:36 PM »
It's impossible to tell without an example,
but I suspect the FILTER for the child browses is wrong.

Post your filter's here and I can see more....

cheers
Bruce

ntnewbies

  • Full Member
  • ***
  • Posts: 168
    • View Profile
    • Email
Re: Parent with child. 3 browse
« Reply #2 on: January 09, 2018, 10:23:05 PM »
Hi bruce,
the relationship is in this way:

Category --> Tips  (relationship key is Category)

Tips --- > TipsDetail (relationship is TipsID)

Attached is the filter. There is no filter in the BrowseCategory.
« Last Edit: January 09, 2018, 10:34:24 PM by ntnewbies »