GetRowId

See Also: RowId, RowId Helper Functions

Purpose

Returns the RowId of the currently buffered row of a database table.

Return Type

RowId

Syntax

 

(GetRowId( {hTable} ))

 

Where:

Example

 

Procedure GetRecord

    RowId riCustomer

 

    Find GT Customer by 1

    If (Found) Begin

       Move (GetRowId(Customer.File_Number)) to riCustomer

       Set priLastRow to riCustomer

    End

Ed_Procedure

 

Notes