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?