CONTINUE

From Recital Documentation Wiki
Revision as of 14:20, 18 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CONTINUE

Class

Applications


Purpose

Resume locate search


Syntax

CONTINUE


See Also

FIND, FOUND(), LOCATE, SEEK, SET FILTER, SCAN


Description

The CONTINUE command searches for the next record which meets the criteria as specified in the LOCATE command. If the search was successful, the FOUND() function will return .T., otherwise .F.. For large searches, indexing the table and using SEEK or FIND is recommended.


Example

use patrons
locate for event = "OPERA"
do while found()
  display name, event
  continue
enddo


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer