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.
lcAllowEdits = [.T.]
FOR EACH loTxt IN THISFORM.pgfMain.page1.objects
IF INLIST(UPPER(loTxt.baseClass),[TEXTBOX],[EDITBOX],[LISTBOX])
lcCmd = "THISFORM.PgfMain.page1." + loTxt.Name + ".ENABLED = " + lcAllowEdits
&lcCmd
ENDIF
ENDFOR
WITH thisform
.object1.ENABLED = .F.
.object2.ENABLED = .F.
.object8.ENABLED = .F.
ENDWITH