I know I have seen a thread on this subject but I cannot find it.
I have a ParentBrowse
One of the fields displayed on the browse is a status
The Browse has a ChildBrowse which displays filtered records based on a linking field.
If I change a record in the the ChildForm I do some checking and if certain criteria are met I open the ParentFile in postUpdate and change the status.
All this works as expected, the status displayed in the ChildBrowse after returning is correct (I have checked "Refresh whole browse after change"), but the ParentBrowse is not refreshed.
Re-selecting the menu choice refreshes the ParentBrowse which then displays the correct information
How do I refresh the ParentBrowse after changes made in the ChildForm?