Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

FAQs_DDE_Q3_2.eal

Scroll Prev Top Next More

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