RemoteHotLinkStop
PowerScript event
Description
Occurs when a DDE client application wants to end a hot link.
Event ID
|
Event ID |
Objects |
|---|---|
|
pbm_ddeunadvise |
Window |
Arguments
None
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 — Continue processing
Examples
When both the DDE client and server are PowerBuilder applications,
this example in a script in the client application triggers the
RemoteHotLinkStop event in the server application window:
|
1 |
StopHotLink("mysle","pb_dde_server","mytest") |
In the RemoteHotLinkStart event in the server application, set a
boolean instance variable indicating that a hot link no longer
exists:
|
1 |
ib_hotlink = FALSE |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest