LoadButtons Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LoadButtons() method builds an XML string that represents a list of buttons available for the screen name that was specified when the class was instantiated.
The Open Form button will not be returned as an available button even if it is found in the database, as this is not recognized as a valid button in MES.
The format of the XML string is:
<buttons>
<button>
<id></id>
<exec_level></exec_level>
<tooltip></tooltip>
<image></image>
<user_data></user_data>
</button>
</buttons>