Navigation: » No topics above this level «
response to stimulus DDE DDE_ERROR
if (not (eventparam = 0)) then
copy DDEGetErrorID (eventparam) to ErrorID_IV
send "ERROR: " DDEGetErrorString (ErrorID_IV) "\n" to errorlog
else
send "ERROR: (Null Conversation ID Returned) \n" to errorlog
end if