Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Eg: SENDREQUEST(window,"","LOAD10","",LOAD10_response,null,false);   


This tells the Framework not display the fatal error details itself.

...

function Resp(strFunction,strRequest,strPayload,objObject,flagErrorFatal,strFatalMessage


/* Handle a fatal error in the server function */  

if (flagFatalError)  
{  
   alert(strFatalMessage);  
   SETBUSY(false);  
   return;  


/* Else process the response from the server */ 

… etc ……    

...