Frs_constant | Data Type | Returns |
column | character | Returns the name of column on which the cursor is positioned within the table field. |
datarows | integer | Returns the number of non-deleted rows stored in the data set of the table field. If the table field is not linked to a data set, then this is equivalent to lastrow. |
lastrow | integer | Returns the number of displayed rows on the table field that actually contains data. |
maxcol | integer | Returns the number of displayed columns in the table field as defined in VIFRED, including any currently invisible columns. |
maxrow | integer | Returns the number of displayed rows within the table field, as defined in VIFRED. |
mode | character | Returns the table field initialization mode (fill, update, query, or read). |
name | character | Returns the name of the table. Because this constant always refers to the current table field, it is not necessary to specify a tablename. |
rowno | integer | Returns the current row number within display (displayed rows are numbered from 1). |