*IBOF()

Syntax

Result_Flag as L = *IBOF( Table_Name as C )

Argument

Description

Table_Name

A non-null character string.  Table_Name must be fully qualified if it is not the primary table for the associated form.

Description

*IBOF()   returns True (.T.) if the current record is also the first record of the current index; otherwise returns False (.F.) if the current record is not the first record of the current index.

Supported By

Alpha Five Version 5 and Above

Limitations

Applies to Alpha Five tables only.

Example

Create a calculated value for a form. Set the value of the calculated value to *ibof(). It will display .T. (TRUE) when you are display the first record of an index and .F. (FALSE) when displaying all other records.

See Also

Record Operations, Query Operations