Applies to

Edit box, edit line.

Description

Returns any error code generated by the DDE connection or activity processes. Use with Get_Property, only.

Usage

errorcode = Get_Property (objectname, "DDEERROR")

Remarks

Value returned by Get_Property:

ValueDescription
errorcodeReturns 0, when no error has occurred.
 
CodeDescription
0x4001DMLERR_BUSY
0x4002DMLERR_DATAACKTIMEOUT
0x4003DMLERR_DLL_NOT_INITIALIZED
0x4004DMLERR_DLL_USAGE
0x4005DMLERR_EXECACKTIMEOUT
0x4006DMLERR_INVALIDPARAMETER
0x4007DMLERR_LOW_MEMORY
0x4008DMLERR_MEMORY_ERROR
0x4009DMLERR_NOTPROCESSED
0x400aDMLERR_NO_CONV_ESTABLISHED
0x400bDMLERR_POKEACKTIMEOUT
0x400cDMLERR_POSTMSG_FAILED
0x400dDMLERR_REENTRANCY
0x400eDMLERR_SERVER_DIED
0x400fDMLERR_SYS_ERROR
0x4010DMLERR_UNADVACKTIMEOUT
0x4011DMLERR_UNFOUND_QUEUE_ID

See also

DDEADVISE eventDDESERVICE propertyDDETOPIC propertyDDEITEM propertyDDECOMMAND propertyDDEDATA property.

  • No labels