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. |