&<img src="../resources/images/opentocr.png" title="Open Contents list" border="0"&>
You are here:

Important Note about Syntax with ActiveX Collections

When you work with a collection in an ActiveX component using RDMLX you must use the RDMLX item keyword. For example, the Word VBA statement to activate a document:
Documents("test.doc").activate
Becomes in RDMLX:
invoke method(#wordapp.documents.item<'test.doc'>.activate)
Note also that instead of:

&<img src="../resources/images/opentoc-dark.png" title="Open Contents List" border="0"&>