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_TABLE( nCall_num )

Purpose

Set sizes of, and fill the following arrays for THE_USUAL(): choices[],
udfs[], fields[], pictures[], heads[], and optionally menu_msgs[].

Arguments

     nCall_num -- 1, 2 or 3 -- see below

Setup

CHK_DICT() places the name of this function in DICT->Udf_init unless you
have placed another function name there. The function is called by
THE_USUAL(), and inherits that environment.

Example

     See THE_USUAL().

Returns

If nCall_num = 1, return DICT->Brows_flds, which sizes the browse field
array. Note that this array can contain any real or virtual field. If
call_num = 2, return the menu size after determining whether there are
memos and zooms. If nCall_num = 3, fill the menu and browse arrays and
return the field array size. On error, return -1.

Side Effects

Fills arrays.

Artful Calls

SET_BROWSE, MCOUNT

Source File

AA_TABLE.PRG

See Also: THE_USUAL() SET_BROWSE()

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