DDE Server

Using Dovetail Agent as a DDE server allows Dovetail Agent to listen for and respond to requests made by a DDE client application.

To configure Dovetail Agent to function as a DDE server

  1. In the agent_config.dat file, set the fc_dde_server configuration item to 1.
  2. Refresh the Dovetail Agent cache files.

The control exists on the console page (c:\dovetail\agent\pages\console\console.asp), where there are also handlers for the events that the DDE server receives. The event handlers can be customized to perform any operation. These event handlers include:

Note: This component does not support the DDE request operation. The onExecute event handler has sample code that can be used to perform operations such as:

See Also

Dynamic Data Exchange (DDE)

DDE ActiveX Control

DDE Client

DDE Communication Flow

Security Configuration

Next

DDE Client

DDE Server