DDECONV messages
From STX Wiki
< Programmer Guide | Shell Items | DDECONV
Jump to navigationJump to search
DDECONV Item | |||
---|---|---|---|
NEW | SET | ATTRIBUTES | MESSAGES |
DDECONV
shell items may send the following shell messages:
EXIT
DDECONV conv EXIT
Conversation was terminated by other application. The sender name conv is the name of the shell conversation item which was terminated.
ADVISE
DDECONV conv ADVISE item index
The DDE service with which we are in an advise loop has advised us that the data for the item passed to SET conv ADVISE
has changed. If it is a hot link, the item is automatically updated, otherwise it is up to the user to request the data using SET conv REQUEST
. Using the index, the name of the item, its format and the type of link (hot/warm) can be queried using $#conv[!ADVISE,index]
.