DDE
functions and events
The following tables list the DDE functions and events separated
into those functions and events used by DDE clients and those used by DDE
servers. For more information on DDE support, see the PowerScript
Reference.
Return values
Every DDE function returns an integer.
DDE client
|
Function |
Action |
|---|---|
|
CloseChannel |
Closes a channel to a DDE server application that was |
|
ExecRemote |
Asks a DDE server application to execute a |
|
GetDataDDE |
Obtains the new data from a hot-linked DDE server |
|
GetDataDDEOrigin |
Determines the origin of data that has arrived from a |
|
GetRemote |
Asks a DDE server application for data. This function |
|
OpenChannel |
Opens a DDE channel to a specified DDE server |
|
RespondRemote |
Indicates to the DDE server application whether the |
|
SetRemote |
Asks a DDE server application to set an item such as |
|
StartHotLink |
Initiates a hot link to a DDE server application so |
|
StopHotLink |
Ends a hot link with a DDE server |
|
Event |
Occurs when |
|---|---|
|
HotLinkAlarm |
A DDE server application has sent new (changed) |
DDE server
|
Function |
Action |
|---|---|
|
GetCommandDDE |
Obtains the command sent by a DDE client |
|
GetCommandDDEOrigin |
Determines the origin of a command from a DDE |
|
GetDataDDE |
Gets data that a DDE client application has sent and |
|
GetDataDDEOrigin |
Determines the origin of data that has arrived from a |
|
RespondRemote |
Indicates to the sending DDE client application |
|
SetDataDDE |
Sends specified data to a DDE client |
|
StartServerDDE |
Causes a PowerBuilder application to begin acting as |
|
StopServerDDE |
Causes a PowerBuilder application to stop acting as a |
|
Event |
Occurs when |
|---|---|
|
RemoteExec |
A DDE client application has sent a |
|
RemoteHotLinkStart |
A DDE client application wants to start a hot |
|
RemoteHotLinkStop |
A DDE client application wants to end a hot |
|
RemoteRequest |
A DDE client application has requested |
|
RemoteSend |
A DDE client application has sent data |