Was this helpful?
Set_frs
Sets a variety of FRS runtime options and form attributes.
Examples--set_frs statement:
Example 1:
The following statement causes the current field in the current form to appear in reverse video and blink:
## set_frs field "" (reverse = 1, blink = 1)
Example 2:
The following statement turns off blinking in the partname column of the table field partstbl in the parts form:
## set_frs column parts partstbl (blink(partname) = 0)
Example 3:
The following statement clears the change variable for a field:
## set_frs field empform (change(empname) = 0)
Example 4:
The following statement sets the change variable for two columns in a table field:
## set_frs row partsform partstable 1
## (change(partnumber) = 1, change(partdescription) = 1)
Example 5:
The following example turns on the menu map and sets validation on the menu key:
## set_frs frs (menumap=1, validate(menu)=1)
Last modified date: 01/30/2023