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

 tw_NtxRec( nOrder, nPosition )
 ----------------------------------------------------------------------------
     Determine the record number given the logical offset from the top
     of an index file of a given record in a database.

       Arguments:

     nOrder - 'N' Index order for the required index. May be a return
                  from INDEXORD( 0 ).

     nPosition - 'N' Logical offset of the record number to find.

       Return:

     Numeric indicating the record number of the record at offset
     nPosition.

       Example:

     nRecord := tw_NtxRec( INDEXORD( 0 ), 34 )

See Also: tw_NtxPos()

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