FORMULA LANGUAGE


@DDEPoke
Example

Deposits unsolicited data into the specified location within the DDE server application. If the data was successfully inserted into the target location, @DDEPoke returns an ACK (acknowledgement) with the value @True(1); if the attempt was not successful, the call returns a NACK (negative acknowledgment) with the value @False(0). If the conversation ID is invalid, an error is returned (see @IsError).

Note DDEPoke is not supported by UNIX or on the Macintosh.

Syntax

@DDEPoke( conversationID ; location ; data )

Parameters

conversationID


location
data
Usage

It is intended for use primarily in field formulas, agents, and toolbar buttons. Since the Macintosh does not support DDE, these commands will not work on Macintosh workstations. This function does not work in column or selection formulas, and is not intended for use in window title or form formulas.

If the user's NOTES.INi file includes the statement

NoExternalApps=1

then any formula involving @DDE functions is disabled. The user doesn't see an error message; the formula fails to execute.

You cannot use this function in Web applications.

Example
See Also