Action2 Example
Encapsulates the AutoMate™ action in the “General” group, “DDE Command.” The method attempts to send a DDE Command.
Declaration
function DDECommand (varText As Variant,
varTopic As Variant,
varItem As Variant) As Integer
Parameters
varText
The text property of the DDE Command structure.
varTopic
The topic property of the DDE Command.
varItem
The item property of the DDE Command.
Description
The DDECommand method will issue a DDE command to the requested application.
See the Win32 SDK for more information on DDE Commands and their use.