[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TB_Reset()
 Reset the STDBrowse() with a new set of data.
------------------------------------------------------------------------------

 Syntax:

     TB_Reset( <oBrowse>, <xSeekVal>, <bEmpty> ) --> NIL

 Arguments:

     <oBrowse> is the current browse object.

     <xSeekVal> is the new data key to be used by STDBrowse().  As in the
     example above we would call TB_Reset() passing down "BC" as the
     <xSeekVal>.

     <bEmpty> is the ERROR handling codeblock used when no data is available
     for the specified <xSeekVal>.  It must return a TRUE for the STDBrowse()
     to continue or FALSE to abort.

 Description:

     TB_Reset() is used to reset the current STDBrowse() with a new
     data set in the current database.  As an example, the current data base
     indexed on province code with the current set limited to "ON" can be
     changed to "BC".


 Files:  Library is CUACLIP.LIB.

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