DBFIRST

Syntax: #DBFIRST

Related: #DBNEXT, #DBPREV

Sets the first record in the current view as the current database record.

DBFIRST Example

#DBFIRST;#WHILE (!%null(%rec)) {#SHOW &Name;#DBNEXT}

Loops through the records in a view and displays the Name of each record

 



Contents #DBDELETE #DBLOAD