poIPost ExportResultDefinitions
Exports the result definitions to an XML file.
Syntax
post_handle ExportResultDefinitions filename
Application
HyperView Tcl Modify
Description
This command, valid only in Upfront Data Loading Mode, exports the result definitions to an XML file.
Inputs
- filename
- The name of the XML to which the definitions will be exported.
Example
To export current result definitions to result_defs.xml:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle client
client ExportResultDefinitions result_defs.xml
hwi CloseStack
Errors
Returns error code and sets error condition on the session handle. See session_handle GetError.
Related Topics
See the Upfront Data Loader APIs topic for additional information regarding the various Tcl/Tk commands that have been added for this workflow.