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 MyTable
SCAN
lcOutputNameAndPath=SYS(5)+SYS(2003)+[\]+MyFileName &&Or where you want
COPY TO MyTempFile NEXT 1
lcFile=FILETOSTR("MyTempFile.FPT")
STRTOFILE(RIGHT(lcFile,LEN(lcFile)-610),lcOutputNameAndPath)
ENDSCAN
DROP TABLE MyTempFile