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>tbgetlsb()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbGetLsb()
Return the LIST-BOX object of a Control
------------------------------------------------------------------------------
Syntax:

     tbGetLsb( <oTbr>, <cId> ) --> oLsb

Parameters:

     <oTbr>     Object FORM in which the LISTBOX is in
     <cId>      ID of the LIST-BOX to search

Returns:

     <oLsb> LIST-BOX object

Description:

     With this function you can get a LISTBOX object in a control of a FORM
     so you can modify all the instance variables

Example:

     // Return the LIST-BOX object of CUSTOMER form
     // and get a column
     oLsb := tbGetLsb( CUSTOMACT(), "lsb0001" )
     nTot := tbGcv( oLsb, "COL01" )

See also:

     tbGcv()

See Also: tbGcv()

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