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.
SET SYSMENU TO
SET SYSMENU AUTOMATIC
DEFINE PAD _msm_file OF _MSYSMENU PROMPT "\<File" COLOR SCHEME 3 ;
NEGOTIATE LEFT, NONE ;
KEY ALT+F, "" ;
MESSAGE "Creates, opens, saves, prints files or quits Visual FoxPro"
ON PAD _msm_file OF _MSYSMENU ACTIVATE POPUP _mfile
DEFINE POPUP _mfile MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR _mfi_send OF _mfile PROMPT "Sen\<d..." ;
PICTRES _mfi_send
DEFINE BAR _mfi_quit OF _mfile PROMPT "E\<xit" ;
PICTRES _mfi_quit ;
MESSAGE "Quits Visual FoxPro"