DDE_REQUEST |
DEVELOPER |
|
|
Purpose |
DDE_REQUEST is used to request data from an application through the DDE links within Windows. |
Syntax |
#STATUS = DDE_REQUEST($service_name, $topic_name {$dde_item_name, $dde_item_value} |
Operation |
#STATUS contains the return status $service_name is the DDE service name (alpha variable or literal) |
Remarks |
DDE_EXECUTE, DDE_REQUEST, DDE_POKE, and DDE_LAST_ERROR support links between the PROIV Windows Client and Windows applications. Support is limited to the DDE Client. Functionality is ignored in non-Windows mode. |
Example |
#STATUS = DDE_REQUEST “PROGMAN", “PROGMAN", “PROGMAN", {$$GROUPLST}) |
Topic ID: 520044