Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

FOUND()

Determine the success of a previous search operation.
---------------------------------------------------------------------------------

 Syntax

        FOUND() --> lSuccess  

 Arguments

        None.    

 Returns

        <lSuccess>   A logical true (.T.) is successful;otherwise, 
                  false (.F.)

 Description

      This function is used to test if the previous SEEK,LOCATE,CONTINUE,
      or FIND operation was successful.Each wrk area has its own FOUND()
      flag,so that a FOUND() condition may be tested in unselected work
      areas by using an alias.

 Examples

      nId:=100
      USE Tests NEW INDEX Tests
      SEEK nId
      IF FOUND()
        ? Tests->Name
      ENDIF
      USE

Status

      Ready

 Compliance

      This function is CA-Clipper compatible

 Files

      Library is rdd



See Also: EOF()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson