Before you can exchange any data between two DDE applications, you must establish a communication connection. To establish a communication connection, you must specify a Server name and Topic. You can specify the Server name and Topic for VisualAge DDE parts in their settings. It is the responsibility of the DDE client part to create a communication connection, and the DDE server must already be running for this to occur successfully.
A connection is created for a single Server name and a single Topic. Applications that need to communicate on more than one topic must create a connection for each topic. VisualAge DDE Server parts can support multiple topics and multiple connections. VisualAge DDE Client parts can support only a single topic and a single connection.
For each Item-Format combination that is exchanged, DDE creates a link. VisualAge automatically creates all necessary DDE links for you.
For communication to be successful, the server application must be running at the time a DDE client makes a connection. Either the end user or the DDE client application must start the server application.
The VisualAge DDE Client part has features to help you start any DDE server application. The features are as follows:
You can specify these values in the DDE Client part's settings notebook. Because your DDE Client part and DDE Server part are within the same application, you do not need to specify these settings here.