Programming with Reflection

image\rwnprg32.gif DDEPoke method

 

Syntax Application.DDEPoke ConversationID, ItemName, Value

 

Description

Sends data to a DDE server application.

Arguments

ConversationID Argument type: Integer
Required
The conversation identifier (obtained from DDEInitiate).

ItemName Argument type: String
Required
The DDE item name. For valid item names, see the server application's documentation.

Value Argument type: String
Required
The data to be sent to the server application.

Notes

· Use Application rather than Session as the object for DDE methods.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command