There are a number of DXL functions with which DOORs can be used as an
Automation Client, ie, DOORs can be used to control other Window
applications that provide automation interface objects.
My specific need is to control MS WORD using DXL. There are a number of
functions in DXL which assist in this regard (See below).
DXL Function declarations
string oleGet (OleAutoOBj, autoObj, string propertyName, ........)
string olePut (OleAutoOBj, autoObj, string propertyName, ........)
The DXL Reference Manual unfortunately doesnt provide many examples of
the values that can be used for "propertyName" shown above with respect
to the MS WORD interface.
My query is does anyone have a list of the values that can be used for
"propertyName" for the above functions in regards to the MS WORD
interface.
Any guidance will be greatly appreciated,
Ian