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.
PROCEDURE text1.valid()
MessageBox("id:"+transform(this.value))
Return .t.
ENDPROC
PROCEDURE text1.keypress()
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeycode=13
Noefault
Thisform.Command1.Click()
Endif
ENDPROC