Programmer Guide/Shell Items/DDECONV/DDECONV messages: Difference between revisions
From STX Wiki
< Programmer Guide | Shell Items | DDECONV
Jump to navigationJump to search
No edit summary |
(→ADVISE) |
||
Line 10: | Line 10: | ||
== <code>ADVISE</code> == | == <code>ADVISE</code> == | ||
DDECONV <var>conv</var> ADVISE <var>item index</var> | DDECONV <var>conv</var> ADVISE <var>item</var> <var>index</var> | ||
The DDE service with which we are in an advise loop, has advised us that the data for the item passed to <code>SET conv ADVISE</code> 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 <code>SET conv REQUEST</code>. Using the index, the name of the item, its format and the type of link (hot/warm) can be queried using <code>$#conv[!ADVISE,index]</code>. | The DDE service with which we are in an advise loop, has advised us that the data for the item passed to <code>SET conv ADVISE</code> 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 <code>SET conv REQUEST</code>. Using the index, the name of the item, its format and the type of link (hot/warm) can be queried using <code>$#conv[!ADVISE,index]</code>. |
Revision as of 13:12, 31 October 2012
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]
.