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.
LOCAL nRec
SET MULTILOCKS on
CREATE TABLE c:\myTable (name c(20))
=CURSORSETPROP("Buffering",5,"myTable")
GO botto
APPEND BLANK
STORE RECNO() TO nRec
MESSAGEBOX(TRANSFORM(nRec))
LOCAL nRec
CREATE TABLE c:\myTable (name c(20))
GO botto
APPEND BLANK
STORE RECNO() TO nRec
MESSAGEBOX(TRANSFORM(nRec))
LOCAL nRec
SET MULTILOCKS ON
CREATE TABLE c:\myTable (name c(20))
=CURSORSETPROP("Buffering",5,"myTable")
GO BOTTOM
APPEND BLANK
STORE RECNO() TO nRec
MESSAGEBOX(TRANSFORM(nRec))
GO nRec &&Works Fine
=TABLEUPDATE() &&Now the record number -1 is gone
GO nRec &&Throws an error