DDE (Dynamic Data Exchange)

Overview

Dynamic Data Exchange (DDE) is a relatively simplistic method of inter-application communication. It relies on a standard underlying Windows-based protocol to send/receive values and messages between applications.The client application can request information from or send commands to another application, referred to as the server application. The server processes the request from the client, such as updating data, running a process, or returning requested information to the client.

Using the DDE action, Automate Desktop can simulate operations that a DDE client usually performs, such as the ability to send requests and commands to DDE server applications. For example, the DDE activities can communicate with Excel to populate a cell with data without having to send keystrokes to the application. Many popular Windows applications provide support for DDE, including Microsoft Word, Microsoft Excel,.ACT!, WinFax, and many more.

Available activities

For more information about a specific activity, click the associated link.

Activity Description
DDE - Execute Sends a command string to another application on a given topic, using dynamic data exchange (DDE).
DDE - Poke Sends data between client and server applications in a dynamic data exchange (DDE) conversation.
DDE - Request Uses an open dynamic data exchange (DDE) channel to request information from the receiving application and return the information as a string.