Please enable JavaScript to view this site.

ESL Documentation

Subroutine

Enable or disable default processing by the DDE DLL.

 

call DDESetDefaultProcessing ( Defaults_BV )

 

Defaults_BV is a boolean value set to DDE_DEFAULTS_ON or DDE_DEFAULTS_OFF

Description

Called by client or server.  This subroutine enables or disables default processing by the DDE DLL.

 

If default processing is disabled, it is the responsibility of the ESL program to send the appropriate response required by the protocol for each DDE event that is processed.  Refer to the DDE Events List for each event to find out the default response that is sent when default processing is enabled.

Example

response to start

     copy DDE_DEFAULTS_OFF to DefaultMode_BV

     call DDESetDefaultProcessing (DefaultMode_BV)