Tables: MultiSelection in DISPLAY ARRAY

Different lines can be selected using the usual key combination (SHIFT, CTRL, and so on).

DISPLAY ARRAY ar TO sr.*
  BEFORE DISPLAY
  CALL DIALOG.setSelectionMode( "sr", 1 )
END DISPLAY