Tag identifier Meaning
SEND_MESSAGE The tag sends a message with two parameters to the active form, which is processed in the
tag message (see also MESSAGE).
Syntax:
<SEND_MESSAGE>p1, p2</SEND_MESSAGE>
Example:
<LET name="user_selection" />
<SOFTKEY POSITION="3">
<CAPTION>Set%nParameter</CAPTION>
<SEND_MESSAGE>1, 10</SEND_MESSAGE>
</SOFTKEY>
…
…
<FORM>
…
…
<MESSAGE>
<SWITCH>
<CONDITION>$message_par1</CONDITION>
<CASE value="1">
<OP> user_selection = $message_par2 </OP>
…
</CASE>
</SWITCH>
</MESSAGE>
…
…
</FORM>
Generating user dialogs
1.7 XML identifier
Easy XML
56 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1