onRecordSelection

Hi,

In 5.2.15 the onRecordSelection of the form is fired after a

forms[_form].foundset.loadAllRecords()

In 7.1 it is not fired in the same situation.

Bug or Feature ??

Regards,

this is very likely a feature
Because the selection is not really changed.
In the ui is the same record still selected?

why are you also doing it so dynamic: forms[_form]
that form is visible right?

but before you call it if you take the selectedrecord and after you call it you take the selected record, is that one different?