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>dbframeon()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbFrameOn()
Opens a Frame Window on the screen
------------------------------------------------------------------------------
Syntax:

     dbFrameOn( <nTop>, <nLeft>, <nBottom>, <nRight>,;
                [<cTit>], [<lShade>] ) --> NIL

Parameters:

     <nTop>, <nLeft>, <nBottom>, <nRight> coordinates
     <cTit>     optional window title
     <lShade>   optional shadow flag. If .T. the shadow is displayed

Returns:

     NIL

Description:

     Opens a Frame Window at the specified screen coordinates. The Window
     will then be updated using dbFrameDis and dbFrameUpd
     
     N.B.
     
     this function can't be nested. Every new call to dbFrame will kill the
     last active one

Example:

     dbFrameOn( 3, 10, 20, 76 ) // opens a new FRAME

See also:

     dbFrameDis(), dbFrameOff(), dbFrameTit()

See Also: dbFrameDis() dbFrameOff() dbFrameTit()

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