Occurs when a DDE client application wants to start a hot link.
Event ID |
Objects |
---|---|
pbm_ddeadvise |
Window |
None
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
When both the DDE client and server are PowerBuilder applications, this example in a script in the client application triggers the RemoteHotLinkStart event in the server application window:
StartHotLink("mysle","pb_dde_server","mytest")
In the RemoteHotLinkStart event in the server application, set a boolean instance variable indicating that a hot link has been established:
ib_hotlink = TRUE