Hi,
I have a flowfield in the parent page that should display sum from the child page. When I change values in the child page the parent doesn't update the value.
I have to F5 update the page to get it to read current value.
Maybe something like in the child page OnAfterGetRecord event calling something like CurrPage.Parent.Refresh, but I don't that kind of functions.