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.
[color blue]WAIT WINDOW [This is for your information, etc] NOWAIT NOCLEAR[/color]
[color blue]MESSAGEBOX([This is for your information, etc],64,[Message],4000)[/color]
[color blue]
WITH THISFORM
[tab]DO FORM ADDBS(.cHomeFolder) ;
[tab][tab]+ [forms\message.scx] ;
[tab][tab]WITH ;
[tab][tab]4000 ,;[color green] && Timer interval[/color]
[tab][tab].Left ,;[color green] && Left[/color]
[tab][tab].Top ,;[color green] && Top[/color]
[tab][tab][Message] ,;[color green] && Form caption[/color]
[tab][tab][This is for your information, etc] ,;[color green] && line 1[/color]
[tab][tab][] ,;[color green] && line 2[/color]
[tab][tab][] ,;[color green] && line 3[/color]
[tab][tab][] ,;[color green] && line 4[/color]
ENDW
[/color]
[color blue]SET CURSOR OFF[/color]