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.
DO CASE
CASE <whatever>
ThisForm.Check1.BackColor = RGB(255,0,0) && Red
CASE <whatever2>
ThisForm.Check1.BackColor = RGB(0,255,0) && Green
OTHERWISE
ThisForm.Check1.BackColor = RGB(212,208,200) && Default Color
ENDCASE