Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

DBEDIT_BOX( nTr, nTc, nBr, nBc [, cHeadliner ;
            [, nVoffset [, nBox_no [, lIs_shadow ;
            [, nColor ]]]]] )

Purpose

Draws a framed box around a DBEDIT() window.

Arguments

     nTr -- top row

     nTc -- top column

     nBr -- bottom row

     nBc -- bottom column

     cHeadliner -- optional string to display as window title -
                       defaults to the alias of the currently active table

     nVoffset -- optional vertical offset (in case window is
                     off-center)

     nBox_no -- optional box number for DRAW_BOX() - defaults to 3

     lIs_shadow -- pass .T. to force a shadowed box - defaults to .F.

     nColor -- if passed, color number to use, else 3

Setup

Box coordinates are valid. A table is selected.

Example

     DBEDIT_BOX( 2,10,15,30, "General Ledger Accounts" )

Returns

.T.

Side Effects

None.

Artful Calls

DRAW_BOX, SHADOWBOX, SYSCOLOR, CENTRE

Source File

AA_DBBOX.PRG

See Also: DRAW_BOX() SHADOWBOX() BROWSER()

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