I have a standard browse with a child table of details below it.
Works fine as I click each header/parent record the child rows change.
I have a filter on the header browse on a Comitted field which the user changes in the form for the header. When the user saves the form the header record goes away (I want this to happen) - however the child records are still displayed and to the user they look like they belong to whatever parent record is highlighted. When the user clicks on a header record all is well again.
How do I refresh the child browse after returning from the header form?
Thanks.