Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 11 Dynamic Data Exchange (DDE) Functions : DDETERMINATE

DDETERMINATE
Usage
TIBCO iProcess Workspace (Windows)
(iProcess only) This expression is not available to the TIBCO iProcess Script Server Plug-in. Therefore, even though you can successfully enter the expression in your iProcess Script plug-in definition, it will not be processed by the iProcess Engine. It will return SW_NA.
Terminates a DDE conversation.
Syntax
   ddeterminate (channel)
where channel is the channel number of the conversation to terminate.
Returns
One of the following numeric values:
Examples
TIBCO iProcess Modeler:
   ddeterminate (excelch)
TIBCO Business Studio:
IPEDDEUtil.DDETERMINATE(excelch);
 

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.