Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...