skip to main content

Controls Reference : GRID : Properties : Columns-Selected

Columns-Selected
This property allows to retrieve the list of selected columns when Selection-Mode includes grsm-column-selection.
The list of columns is returned in the format: column1 column2 ... columnN.
 
Example - Retrieve the list of selected columns and show it to the user
working-storage section.
77 selected-cols-list pic x any length.
procedure division.
  inquire screen1-gr-1 columns-selected selected-cols-list.
  display message selected-cols-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