Opening DDE conversations
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Opening DDE conversations
This section discusses opening DDE conversations.
To open a DDE conversation in an ABL client:
- Execute and prepare the server application to accept DDE conversations. This includes making all necessary server topics available to the client. This can be done either from inside the client or externally in Windows.
- Define one or more named frames to use as DDE frames.
- Open each conversation using the
DDE INITIATEstatement.