Displayed Order: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The '''Displayed_Order''' list and grid read qualifier introduced in BR! 4.30. DISPLAYED_ORDER - indicates that the read operation is to not restore the data into i...")
 
No edit summary
Line 5: Line 5:
  e.g.  INPUT FIELDS "row, col, LIST rows/cols, ROWSUB, ALL, DISPLAYED_ORDER, NOWAIT": numeric-array
  e.g.  INPUT FIELDS "row, col, LIST rows/cols, ROWSUB, ALL, DISPLAYED_ORDER, NOWAIT": numeric-array


This reads the original row subscripts for all rows - in their present order. This qualifier works only with the [[ALL]] selection type. It may be used in conjunction with other qualifiers such as FKEY.
This reads the original row subscripts for all rows - in their present order. This qualifier works only with the [[Grid and List#Input Operations|ALL]] selection type. It may be used in conjunction with other qualifiers such as FKEY.


<noinclude>
<noinclude>

Revision as of 19:32, 22 July 2013

The Displayed_Order list and grid read qualifier introduced in BR! 4.30.

 DISPLAYED_ORDER - indicates that the read operation is to not restore the data into it's original order before returning the results to the program.
e.g.   INPUT FIELDS "row, col, LIST rows/cols, ROWSUB, ALL, DISPLAYED_ORDER, NOWAIT": numeric-array

This reads the original row subscripts for all rows - in their present order. This qualifier works only with the ALL selection type. It may be used in conjunction with other qualifiers such as FKEY.