Page 1 of 1

onRecordSelection

PostPosted: Wed Jun 19, 2013 9:34 am
by Hans Nieuwenhuis
Hi,

In 5.2.15 the onRecordSelection of the form is fired after a
Code: Select all
forms[_form].foundset.loadAllRecords()


In 7.1 it is not fired in the same situation.

Bug or Feature ??

Regards,

Re: onRecordSelection

PostPosted: Thu Aug 01, 2013 1:40 pm
by jcompagner
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?