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.
SELECT myTable
lRetVal = TABLEUPDATE(0,.t.)
IF lRetVal = .t.
messagebox("Records were saved!")
ELSE
messagebox("Records were not saved!")
endif
[COLOR=blue]lRetVal = TABLEUPDATE(0,.t.,[myTable])
IF lRetVal = .t.
messagebox("Records were saved!")
ELSE
messagebox("Records were not saved!")
endif[/color]