The OpenODMADocument transaction opens the specified ODMA (open document management API) document.
Type XTYP_REQUEST or XTYP_EXECUTE
Syntax [OpenODMADocument("ODMADocumentID")]
|
Parameter |
Data type |
Meaning |
|
ODMADocumentID |
identifier of the document to open | |
|
Reply |
Data type |
Meaning |
|
docwinID |
DWORD |
identifier of the new document window. See Remarks. |
Remarks
Replies are only returned when this transaction is called as an XTYP_REQUEST.
To make ODMA work with Imagenation, "Use ODMA=1" has to be set in the [System] section of the Imagenation INI file. As well, ODMA support has to be set in the Registry:
HKEY_CLASSES_ROOT\Imagenation.App\ODMA32\{value}
where value = the DMSID--the identifier of the ODMA interface DLL.
Release information
Added in Release 4.31.
See also