SetDataDDE

Description

Sends data to a DDE client application when PowerBuilder is acting as a DDE server. You would usually call SetDataDDE in the script for the RemoteRequest event, which is triggered by a DDE request for data from the client application.

Syntax

SetDataDDE ( string {, applname, topic, item } )

Returns

Integer. Returns 1 if it succeeds. If an error occurs, SetDataDDE returns a negative integer.