Problem loading form with relationship in 4.1.1

We are having a problem since moving from 4.1.0 to 4.1.1 with a form that gets loaded through a relationship. We are on a form and using a relationship based on the data of that form to load another form that is shown in popup using the following code.

forms.trade_entry_substitution_item_list_tab.controller.loadRecords(svytradedetail_last_iteration_to_svytradedetail.svytradedetail_to_svysettlementitem);

In 4.1.1 the calculations are triggered on the parent forms table. In 4.1.0 where it works it does not do that. Also in in 4.1.1 the code above changes the selected record on the parent form where in 4.1.0 it does not. The changing of the row seems to be the crux of the problem. The current form’s table is the same as svytradedetail_last_iteration_to_svytradedetail and svytradedetail_to_svysettlementitem is the same table as forms.trade_entry_substitution_item_list_tab.

Regards,
Rob

we would need a case with an example solution for that
Because your statement that the parent seletions changes if you load related records in that other form sound strange
Did you play with seperate foundset setting on that form?