Programming with Reflection

image\rwnprg32.gif DDERequest method

 

Syntax Value = Application.DDERequest(ConversationID, ItemName)

 

Description

Retrieves data from 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.

Return

Value Return type: String
The requested data.

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