Page History
...
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 ……
...