Frs_constant | Data Type | Comment |
---|---|---|
change | integer | Returns to 1 if the user has typed into the column, 0 otherwise. To set the change variable for the column, use set_frs. A field's change variable is set to 1 when the runtime user types into the column. It is set to 0 at the start of a display loop, when a value is placed into the column by a putrow statement, when the column is cleared by a clear statement, or when a new row is created as with an insertrow statement. To inquire about a particular displayed row, specify row_number; to specify the current row, omit row_number. In an unloadtable statement loop you cannot specify row_number, and therefore can only inquire on the row just unloaded. |
display | integer | Returns 1 if the specified display attribute is turned on for the specified cell (row and column). For color, returns color code (0 - 7) Display must be one of the following: blink color intensity normal reverse underline |
startrow | integer | The starting row coordinate for the current input cell of a table field. This coordinate is relative to the terminal screen coordinates. The terminal screen's origin is its upper left hand corner, described as 1,1. If the value returned by startrow is zero or negative, then the input cell's starting row is off of the screen. A zero is also returned if the inquire_frs statement is issued from an activate scroll up/down block. |
startcolumn | integer | The starting column coordinate for the current input cell of a table field. This coordinate is relative to the terminal screen coordinates. The terminal screen's origin is its upper left hand corner, described as 1,1. If the value returned by startcolumn is zero or negative, then the input cell's starting column is off of the screen. A zero is also returned if the inquire_frs statement is issued from an activate scroll up/down block. |