LlDesignerInvokeAction

Syntax:

INT LlDesignerInvokeAction(HLLJOB hJob, INT nMenuIndex);

Task:

Activates the action menu item if the Designer is open.

Parameter:

hJob: List & Label Job-Handle

nMenuIndex: Index of function. You can find the corresponding IDs in the "MenuID.txt" file in your List & Label installation.

Return Value:

Error code

Hints:

If the function is to be utilized, it must be used within a designer event. Typical use is in connection with LlDesignerAddAction() in order to automate certain application workflows.

See also:

LlDefineLayout, LlDesignerAddAction