To limit server roundtrips, the select action trigger is only executed for double click events. Scrolling through lists and forms is not reported to the server immediately, instead the current record selection is passed to the server at the next userexit call. The select action trigger should not be used to fill fields in the widget, this should always be done by the post-action trigger. |