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>tbdiscal()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbDisCal()
Display a precalculated control
------------------------------------------------------------------------------
Syntax:

     tbDisCal( <oTbr>, <cID> ) --> NIL

Parameters:

     <oTbr>     Object on which to operate
     <cID>      String containing the control ID's

Returns:

     NIL

Description:

     Displays all controls whose ID is contained in the 2nd parameter. If
     more IDs are contained inside the string, they must be delimited with
     the "-" character. This function calls the refresh of the control, but
     executes the associated precomputation functions before the actual
     display. The tbDisItm(), instead, only displays a refresh but does not
     compute any associated precomputation.
     
     NB: The refresh operates only on the current screen page.

Example:

     // Field Total has a precomputation: (Prc*Qty)
     //
     tbDisItm( oWin, "Total" )  //
     // Now we change the Prc contents
     tbDisCal( oWin, "Total" ) // Display total recomputed

See also:

     tbDisGrp(), tbDisItm()

See Also: tbDisGrp() tbDisItm()

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