[SOLVED] Master form refresh in iFrame

Hi all.

Having a grid with detail in iframe.
The detail is a 1tomany form with a many part repreented by a grid. ( picture 1 )
When i choose to edit a record from that last grid with a modal box ( picture 2 ) after update confirm the changed data is show on grid but not on master form ( picture 3 )

I don’t figure out how… but there is a way to force the refresh of master form too?

Thanks in advance…

masterdetailgrid.jpg

masterdetailgridedit.jpg

masterdetailgridafter.jpg

I want to inform that the problem has been solved with the latest release 8.1.043
Now I can update the fields in the master form with sc_master_value function that before did not work. No need to reload the form.
Thanks.