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.
USE TheTable IN 0
SELECT TheTable
BROWSE
[COLOR=#BABDB6]PROCEDURE test
SELECT * FROM table INTO CURSOR cur
SCAN
**** DO SOMETHING[/color]
SCATTER NAME loRecord
bla(@loRecord)[COLOR=#BABDB6]
ENDSCAN
ENDPROC
PROCEDURE bla([COLOR=#000000]toRecord as Object[/color])
**** DO SOMETHING
ENDPROC[/color]