Frs_constant | Data Type | Returns |
---|---|---|
change | integer | Returns 1 if the user has changed any displayed data on the form, or 0 otherwise. This constant is set by a user typing at the keyboard. The FRS command clearrest, which is mapped to the Return key on many terminals, sets this constant. Program-based changes to the screen, using putform and so forth, do not affect change. This constant can also be set or altered with the set_frs statement. |
columns | integer | Returns the form's size, expressed as the number of columns. If the form is a pop-up, this includes the columns occupied by the form's border. |
exists | integer | Returns 1 if the specified form exists, 0 if the form does not exist. |
field | character | Returns the name of the current field on the form. |
mode | character | Returns the form's display mode. Returned values are one of the following: none update fill query read formdata None is returned if the specified form is not displayed. Formdata is returned if the inquire statement is issued inside a formdata loop. |
name | character | Returns the name of the form. Because this constant always refers to the current form, it is not necessary to specify a formname. |
rows | integer | Returns the form's size, expressed as the number of rows. If the form is a pop-up, the number includes the rows occupied by the form's border. |