Programmer Guide/Shell Items/DDECONV/DDECONV messages: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DDECONV Item}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==DDECONV messages==
[[Programmer_Guide/Shell_Items/DDECONV|<code>DDECONV</code> shell items]] may send the following shell messages:


'''Exit'''
== <code>EXIT</code> ==


<code>DDECONV <var>conv</var> EXIT</code>
DDECONV <var>conv</var> EXIT


Conversation was terminated by other application. The sender name <var>conv</var> is the name of the shell conversation item which was terminated.
Conversation was terminated by other application. The sender name <var>conv</var> is the name of the shell conversation item which was terminated.


'''Advise'''
== <code>ADVISE</code> ==


<code>DDECONV <var>conv</var> ADVISE <var>item index</var></code>
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>$<var>#conv</var>[!ADVISE,<var>index</var>]</code>.

Latest revision as of 08:33, 10 April 2015

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].

Navigation menu

Personal tools