<< Click to Display Table of Contents >>

GetInformation Commands - MEMO_XML

To get the text of MEMO in XML format, use the MEMO_XML related commands below.

This command only supports e-Form.


MEMO_XML

Get the text of the memo added to the current report in XML format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added. Sets the root element to "ozmemo" and adds memo under it.

MEMO_XML_ALL

Get the text of the memo added to all reports in XML format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added. However, if a memo is added to multiple reports, the memo ID is generated in the order of the report displayed in the report tree. Sets the root element to "ozmemo" and adds memo under it.

MEMO_XML_ALL_GROUP_BY_REPORT

Get the text of the memo added to all reports in XML format. However, the memo ID is separated for each report. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added. Sets the root element to "ozmemo" and adds reports under it. The display name of the report is set in each memo’s "name" property.

MEMO_XML_AT=ReportIndex,PAGE_AT=PageIndex

Get the text of the memo added to the specified page of the specified report in XML format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added.

MEMO_XML_CURRENT_PAGE

Get the text of the memo added to the current page in XML format. The memo ID is created in the form of "memo1, memo2, memo3, ..." in the order in which the memos were added.