ScrollRowSelect Event

Use the ScrollRowSelect event to trigger PeopleCode on a row or rows after the PreScrollRowSelect PeopleCode event has validated the selected row or rows. To validate the selected row or rows, use the PreScrollRowSelect event. However, you can use the ScrollRowSelect event independent of the PreScrollRowSelect event.

Note:

ScrollRowSelect event can be associated only with fluid component records or record fields. PeopleCode associated with the event is ignored in non-fluid component records or record fields.

Note:

ScrollRowSelect event PeopleCode will not run on a grid if the Selector property or the row-level trigger field is set on the grid. On such grids, PeopleCode associated with the ScrollRowSelect event is ignored.

When a ScrollRowSelect event exists for any column field in a grid or for a grid component record, the Select All Rows check box is not available to prevent the event from triggering PeopleCode on multiple rows.

You can enable or disable row selection in a grid by selecting the options in the Use tab of the Grid Properties dialog box. For more information, see Application Designer Developer’s Guide: Setting Grid Use Properties