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

SET_BROWSE()

Purpose

Fill fields[], pictures[], and heads[] (passed into DBEDIT()/TBROWSE).
SET_TABLE() calls this function by default. So can your own DICT->Udf_init,
or you may write a replacement for SET_BROWSE(), and place a call to it in
your DICT->Udf_init.

Arguments

     None.

Setup

When BROWSER() is called from THE_USUAL(), DICT->Udf_init has already sized
the arrays and called SET_BROWSE() -- or a custom udf you have specified --
to fill them.

When BROWSER() is called without THE_USUAL(), either the arrays were passed
into BROWSER(), in which case SET_BROWSE() does nothing, or they were not,
in which case BROWSER() declares them and SET_BROWSE() fills them.

Example

     SET_BROWSE()

Returns

.T.

Side Effects

Fills fields[], pictures[], and heads[].

Artful Calls

AHEADS, GEN_PIC

Source File

AA_STBRW.PRG

See Also: HEADERS() BROWSER() GEN_PIC()

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