skip to main content

Controls Reference : GRID : Properties : Rows-Selected

Rows-Selected
This property allows to retrieve the list of selected rows when Selection-Mode includes grsm-row-selection.
The list of rows is returned in the format: row1 row2 ... rowN.
 
Example - Retrieve the list of selected rows and show it to the user
working-storage section.
77 selected-rows-list pic x any length.
procedure division.
  inquire screen1-gr-1 rows-selected selected-rows-list.
  display message selected-rows-list.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left