Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

GO_TO( ncRec_ptr [, cAlias ] )

Purpose

Go to or seek a record, with/without a parent relation.

Arguments

     ncRec_ptr -- if a character string, must be "TOP" or "BOTT" to go
                      to top or bottom of file, else a number indicating
                      record to go to

     cAlias -- if passed, area in which to move the record pointer,
                   else current area

Setup

If passed, cAlias must be open.

Example

     USE CUSTOMER

     ? GO_TO( 12 )
     ? RECNO()
     ? GO_TO( "BOTT" )
     ? RECNO()
     ? GO_TO( "TOP" )
     ? RECNO()

Returns

.T. if move was successful, else .F.

Side Effects

This function moves the record pointer in the named file. This in turn may
move pointers in other files, dependent upon relations with other tables.

Artful Calls

None.

Source File

AA_MOVE.PRG

See Also: GO_...()

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