I have a form with 2 dropdowns and 2 browses. Dropdown 1 resets Dropdown 2 and Dropdown 2 resets Browse A. In the CallClick Routine in Browse A I construct the filter for Browse B. (They do not have a parent / child relationship.)
If the filter constructed when a row is clicked in Browse A finds records in Browse B, all is well.
If the filter constructed when a row is clicked in Browse A does NOT find any records in Browse B, the browse does not reset to blank (or a message), instead the records from the previous selection remain on the page.
How can I force a reset of Browse B when there are zero records in the View?
Many thanks,