Difference between revisions of "CONTINUE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 
==Class==
 
==Class==
Applications
+
Table Basics
  
  
Line 34: Line 34:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Table Basics]]
 +
[[Category:Table Basics Commands]]

Revision as of 10:23, 4 June 2009

Class

Table Basics


Purpose

Resume locate search


Syntax

CONTINUE


See Also

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


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