XBase.GoTo

Syntax:

GoTo(<RecordNumber>)

Parameters:

<RecordNumber> (required)

Type: Number.
Database record order number.

Returned value:

Type: Boolean.
True indicates the target record was found; otherwise it is False.

Description:

Moves to a record by according to its order number.

Availability:

Thin client, server, thick client, external connection.

Note:

Allows you to move to a record marked for deletion, even if the mode for viewing deleted records is not set.

Example:

xB.GoTo(RecNo);

    

1C:Enterprise Developer's Community