<< Click to Display Table of Contents >>
GetInformation Commands - INPUT_XML
To get the value of the input component in XML format, use the INPUT_XML related command below.
This command only supports e-Form.
INPUT_XML
Get the value of the input component added to the current report in the XML format.
INPUT_XML_ALL
Get the value of the input component added to all reports in the XML format.
INPUT_XML_ALL_GROUP_BY_REPORT
Get the value of the input component added to all reports in the XML format. However, the values are separated for each report. Root Element is set to ozform, and add the report to the next step in the ozform and the display name of the report is set in the name attribute.
INPUT_XML_AT=ReportIndex,PAGE_AT=PageIndex
Get the value of the input component added to the specified page of the specified report in the XML format.
INPUT_XML_CURRENT_PAGE
Get the value of the input component added to the current page in the XML format.