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.
WITH THISFORM
IF .lValue = "T"
THIS.VALUE = .NULL.
.lValue = "N"
ELSE
IF .lValue = "N"
THIS.VALUE = .F.
.lValue = "F"
ELSE
IF .lValue = "F"
THIS.VALUE = .T.
.lValue = "T"
ENDIF
ENDIF
ENDIF
.REFRESH()
ENDWITH