DDE_EXECUTE() |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > DDE_EXECUTE()
|
|
Purpose |
DDE_EXECUTE executes an application command. |
Syntax |
#status = DDE_EXECUTE($service_name, $topic_name, $command) |
Operation |
#status contains the return status. Always set to 0 due to the asynchronous nature of DDE |
Remarks |
DDE_EXECUTE, DDE_REQUEST, DDE_POKE, and DDE_LAST_ERROR support links between the PROIV Windows Client and Windows applications. |
Example |
#STATUS=DDE_EXECUTE (“PROGMAN",{creategroup (TESTGROUP)} {showgroup}) |
Topic ID: 520041