Timeout value for DDE client requests (sys.DDETimeOut)ΒΆ

sys.DDETimeout,,u4

Timeout value for DDE client requests

The timeout value for DDE client program requests, measured in milliseconds. A DDE request fails if the server does not respond within the time specified.

The default value is 15,000 (15 seconds).


EXAMPLE

Set timeout period to 30 seconds:

sys.DDETimeOut = 30,000

RELATED TOPICS

DDE

sys.AutoEventCheck