A. System Catalogs : Vision System Catalogs : ii_menuargs Catalog
 
Share this page                  
ii_menuargs Catalog
The ii_menuargs catalog describes the arguments to be passed to a called frame for a given menu choice:
Column Name
Data Type
Description
object_id
integer
Object ID of frame.
mu_text
varchar(32)
Menu item text.
mu_seq
smallint
Sequence number beginning at 0 (for argument ordering).
mu_field
varchar(32)
Field name in called frame to assign value to. If field name is of the form X.Y, this contains the X portion only.
mu_column
varchar(32)
Portion of field name in called frame to assign value to. Only used when field name is of form X.Y, in which case this contains the Y portion.
mu_expr
varchar(240)
4GL expression (field, constant, byref(), etc.) in the parent frame to assign to field in the called frame.