Maintain static data tables
──────────────────────────────────────────────────────────────────────────────

Syntax

H_StaticMenu( aTables, aTitles , nEditLevel )

Arguments:

aTables - Array of tables
aTitles - Array of titles for tables
nEditLevel - User level required to edit

Returns:

NIL

Description:

Runs a menu based on aTables and aTitles. When the user selects
a table, the contents are displayed in a TBrowse. If the users
access level is less than or equal to nEditLevel, the user can add
new values and edit existing ones.

Examples:



Header File: H_LIB52.CH

Source: MAINTAIN.PRG

Author: Martin Colloby