Displayed Order: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
The '''Displayed_Order''' [[list and grid]] read qualifier introduced in BR! [[4.30]].
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. For example:


  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.
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 [[Grid and List#Input Operations|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>

Latest revision as of 18:02, 16 October 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. For example:

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.