Language Reference Guide : A. System Constants and Keywords : System Constants : RowState Settings
 
Share this page                  
RowState Settings
Constant Value
Description
Numeric
Equivalent
RS_UNDEFINED
Row has been appended by user by moving the input focus to the new row at the end of the table field, but no data has been typed in
0
RS_NEW
Row has been explicitly inserted by the user, using the operations menu or speed key, or the user has typed within an RS_UNDEFINED row
1
RS_UNCHANGED
Row has been added by program, but not changed by the user
2
RS_CHANGED
Row has been added by program, but subsequently changed by the interactive user
3
RS_DELETED
Row has been deleted by the user, using the operations menu or speed key
4