Actions Call - thica/ORCA-Remote GitHub Wiki

call

Calls a single/multi line action / macro like a function. You have to use the action name of the target as a function name. You can call only multi line actions / macros, not single actions within a macro. This action will modify the error code, if it fails, otherwise it will not change the error code

Attribute Description
string call
actionname multi line action / macro name to call The actionname could be the name of an action, or one of the following keywords
  • APPSTARTACTIONS
  • DEFINITIONSTARTACTIONS
  • PAGESTARTACTIONS
  • PAGESTOPACTIONS
pagename Optional: Name of the page, for which Pagestart/stop Actions to call (only if actionname is PAGESTARTACTIONS/PAGESTOPACTIONS)
currentpagename Optional: Name of the the current pagename: (only if actionname is PAGESTARTACTIONS/PAGESTOPACTIONS)
enforce Optional: attribute to enforce page startaction or page stopactions (only if actionname is PAGESTARTACTIONS/PAGESTOPACTIONS). valid options are:
  • ENFORCESTARTACTIONS
  • ENFORCESTOPACTIONS

Actionpars: If the call is triggred directly by a widget click, each action parameter from the widget will create a variable with name ActionName+"_parameter_"+parameter name. This enables the called function to receive parameters

A short example:

<action name="Return to last page" string="call gotolastpage" />
⚠️ **GitHub.com Fallback** ⚠️