Stopping the Hot Link with the Session Window
To terminate the Advise function, the client application needs to use the DDE function. Specify the following item names in the DDE function, Unadvise, in the client application to stop the hot link, which enables the automatic data update:
Item | Explanation | DDE function |
---|---|---|
CLOSE | Stops to intercept Close request | Stop Close Intercept |
KEYS | Stops to intercept keystrokes | Stop Keystroke Intercept |
PS * |
Stops to Advise function for the session | Stop Session Advise |
*: Use the same parameter that is used when
Start Session Advise was called.
|