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.
DECLARE arTable2Open[3]
arTable2Open[1] = 'employee'
arTable2Open[2] = 'pay'
arTable2Open[3] = 'vacation'
FOR lni = 1 to 3
lcTable2Open = arTable2Open[lni]
SELECT 0
USE (lcTable2Open)
ENDFOR
FOR lni = 1 to EVAL(lnMax)
lcTable2Open = arTable2Open[lni]
SELECT 0
USE (lcTable2Open)
IF ALIAS()<>""
lnMax=lni && this assignment probably doesn't force exit
ENDIF
ENDFOR