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.
lnError = 0
TRY
USE MyTable IN 0 EXCLUSIVE
CATCH TO loError
lnError = loError.ErrorNo
ENDTRY
USE IN SELECT("MyTable")
IF lnError = 1705
? "Table is already open"
ENDIF