You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

&<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:

  • Parenthesis for the item in the collection you use the greater than and less than signs <>.
  • Double-quotes you use single quotes.

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

  • No labels