[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TB_NextKey()
 Reset the STDBrowse() to the next set of data.
------------------------------------------------------------------------------

 Syntax:

     TB_NextKey( <oBrowse> ) --> NIL

 Arguments:

     <oBrowse> is the current STDBrowse() object.

 Returns:

     TB_NextKey() always return NIL.

 Description:

     TB_NextKey() can be called from within a menu codeblock used in a
     STDBrowse().  It will reset the STDBrowse() to the next logical data
     set defined by the key used to index the database file.  As an example,
     if the current database in use is indexed by province code and the
     current data set is limited to "ON" the next data set selected would be
     "PQ".


 Files:  Library is CUACLIP.LIB.

See Also: STDBrowse() TB_Reset() TB_PreviousKey()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson