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.
LPARAMETERS MyField
AFIELDS(TblFields)
RETURN ASCAN(TblFields, MyField)
select 0
use mytable in 0 exclusive
if type("mytable.mynewfield") # cTypeexpected
alter table mytable add mynewfield ...
endif