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.
USE MyForm.SCX EXCLUSIVE
SET FILTER TO ALLTRIM(Class) == [Label]
BROWSE NORMAL
TEXT TO lcReplace NOSHOW
PROCEDURE Click
thisform.MyClickMethod()
ENDPROC
ENDTEXT
REPLACE ALL Method WITH lcReplace
PACK
PACK MEMO
REINDEX
COMPILE FORM MyForm
REPLACE Class WITH [YourClassName],;
ClassLoc WITH [relative path to your classlib]\YourClassLib
Methods WITH [],;
ObjCode WITH []
PACK
PACK MEMO
REINDEX
USE
COMPILE FORM MyForm