HelpPages

Home | Developer | Frames | Screens | Menus | Parameters

Parameters

    SCREENS - MENU PARAMETERS

MODULES$ (Menu Screen)
Sintax1:    MODULES$="opt1,opt2,opt3 ..."
Sintax2:    MODULES$="Module_Description"
Example:    Line 1: MODULES$="10,20,30"
    Line 10: MODULES$="SHOPPING"
    Line 20: MODULES$="SALES"
Notes:    This configuration handle has the function to activate / deactivate
    so easy access to certain destinations menu. The overall menu will not
    include destinations those have not targeted by MODULES$ in  line 1
    NOT AVAILABLE IN TINY MENUS (Windows CE)

MENU$ (Menu Screen)
Syntax:    MENU$="Option_descr, Option_descr..."
Example:    MENU$ = "Providers,Orders,Statistics"
Notes:    This is the next level to MODULES$. It points to the final choices by
    CALLER$ pointer (below)

CALLER$ (Menu Screen)
Syntax:    CALLER$="opt1,opt2,opt3 ..."
Example:    CALLER$="10,20,30"
Notes:    Each option CALLER$ is an index indicating the number of screen
    that resolves the call to this option.
    NOT AVAILABLE IN TINY MENUS (Windows CE)

SUBMENU$ (Menu Screen)
Syntax:    SUBMENU$="Title Options,Option_descr,Option_descr..."
Example:    SUBMENU$="Listings,Alphabetical List,Sequential List"
Notes:    Similar to MENU$, but without triggers (CALLER$) and can not go to higher level
    It is implemented for text compatibility, where the submenu, can have Header
    NOT AVAILABLE IN TINY MENUS (Windows CE)

LOAD$ (Menu Screen)
Syntax:    LOAD$="file, NP,'FILE, NP,...."
Example: LOAD$="'GACOMD.PPN,10','GACOMD.PPN,20',"
Notes:    This parameter indicates the path to expand the menu. It is expected that the route
    has indicated a new MENU$ param.

EXEC$ (Menu Screen)
Syntax:    EXEC$="Process ProcessParms,ProcessParms Process,Process ProcessParms ..."
Example: EXEC$="'MantMain GACOM, 1,0,0,1','Report FILE'"
Notes:    Each subparameter is a destination from the menu or submenu defined at the same level
    The list of Threads is:
    - Menu FILE,NP                Options Menu
    - Accept ACCPARMS            Data Entry
    - MantMain FILE,NP,WW,WH,DF        File Maintenance
    - MantMovs FILE,NP,WW,WH,DF        Transaction Maintenance
    - PrcExec FILE                Script File Execution            
    - Report FILE                Generate a Document
    - Reorg                    Access to Reorganization utility.
    - FileTrans                Access to the Transactions utility.
    - Help                    Help