Opening ODMA documents

 

Using the API, you can open ODMA (open document management API) documents. To use ODMA with Imagenation, you must configure a number of settings.

To open ODMA documents in Imagenation:

1. In the [System] section of the Imagenation INI file, set "Use ODMA =" to 1.

2. In the Windows Registry, set
HKEY_CLASSES_ROOT\Imagenation.App\ODMA32\DMSID
where DMSID is a value, such as "DMSKEY". DMSKEY is the document management server key created by a third-party EDMS vendor, and can be any name required.

The DMSID value is found in the HKEY_CLASSES_ROOT\ODMA32\DMSKEY\"value.dll", where "value.dll" is the value of the key, which is the third-party vendor's ODMA interface DLL.

3. Open the ODMA document using the OpenODMADocument("ODMADocumentID") transaction.

The ODMA document you requested opens in Imagenation.

See also