Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
def var v-field1 as char format "x(10)" initial "NORMAL".
def var v-field2 as char format "x(10)" initial "REVERSED".
display v-field1 v-field2 with frame main.
color display messages v-field2 with frame main.
def var v-control as character format "x(5)".
v-control = chr(27) + 'abcd'.
put control v-control.