The attributes specified in the ATTRIBUTE clause of the INPUT statement are applied only when the form is active. When form is inactive, it reverts to the previous attributes.
INPUT BY NAME fname, lname, address, phone
ATTRIBUTE (BLUE, REVERSE)
ATTRIBUTE clause of the INPUT statement overrides attributes specified in the ATTRIBUTE clauses of the DISPLAY FORM, OPTIONS, or OPEN WINDOW statements for the same form.