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>tbgettop()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbGetTop()
Go to the first object Get control
------------------------------------------------------------------------------
Syntax:

     tbGetTop( <oTbr>, [<lTop>] ) --> NIL

Parameters:

     <oTbr>     tBrowse object
     <lTop>     first get control on current screen page. Default .F.

Returns:

     NIL

Description:

     Goes to the first get control of the given object. If the second
     parameter is set to .T., the first get control is activated on the
     current screen page. Otherwise, the first get control is activated on
     the first screen page of the data entry system.

Example:

     // Data entry has 2 screen pages and 30 controls
     // Current page is 2
     
     // Go on first get control on current page
     tbGetTop( oTbr, .T. ) // Ex. the 23th
     // Go on first get control on first page
     tbGetTop( oTbr )

See also:

     tbCtrlArr()

See Also: tbCtrlArr()

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