Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbreset()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbReset()
Assign the current row and the current col
------------------------------------------------------------------------------
Syntax:

     tbReset( <oTbr>, [<lFreeze>] ) --> NIL

Parameters:

     <oTbr>     Object to manipulate
     <lFreeze>  If .T. tbReset() freeze the first column. DEFAULT .T.

Returns:

     NIL

Description:

     Whit tbRest() you can set like current cell, the first column and the
     first row. You can also FREEZE the first column. After this function
     you MUST call the tbStab() method to display the object

Example:

     // Create a new object
     oTbr := tbBrwNew( 0, 0, MAXROW(), MAXCOL() )
     
     // User Code
     
     tbReset( oTbr ) // Set new row and column

See also:

     tbBrwNew(), tbStab()

See Also: tbBrwNew() tbStab()

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