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_NtxPos( nOrder, nRecno )
 ----------------------------------------------------------------------------
     Determine the logical offset from the top of an index file of a
     given record in a database. This function is used to calculate the
     position of scroll bar buttons after some operations in TSDWIN. If
     you modify the record position during an ActionKey or Hot Spot
     procedure of your own when in a browse using scroll bars, you may
     find it necessary to update the scroll bar cargo variable with
     this function before returning to the browse.

       Arguments:

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

     nRecno - 'N' Record number for which to find the offset.

       Return:

     Numeric indicating the offset of nRecno from the top of the index
     file.

       Example:

     nPosition := tw_NtxPos( INDEXORD( 0 ), RECNO() )

See Also: tw_NtxRec()

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