DDEGETNAME

Usage

TIBCO iProcess Workspace (Windows)

Warning: (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.

Get the DDE server application’s name. (This function would be used if no server had been specified to DDEEXECUTE.)

Syntax

DDEGETNAME (channel, fldret)

where:

channel is a numeric value specifying the channel number of the conversation.
fldret is a text string specifying the iProcess fieldname reference to contain the returned name.

Returns

One of the following numeric values:

Value

Description

0

Success

1

Bad channel

Examples

TIBCO iProcess Modeler:

DDEGETNAME (mychan, myfield)

TIBCO Business Studio:

IPEDDEUtil.DDEGETNAME(mychan, myfield);

The arguments are passed as integer and string data fields respectively.