I have a page (list type) which contains a Repeater-Group with my elements. Now I have a report which will change visible fields. After the button is pressed, I get the updated Record with rec.Findset, but I am unable to update the view.
CurrPage.Update is not working for me.
Thanks
As I am not sure why CurrPage.Update is not working. Closing and the opening the page is working for me: Code CurrPage.Exit;
PAGE.RUNMODAL(12345,MyRec);