<< Click to Display Table of Contents >> AdoServerCallClientError() Function |
![]() ![]() ![]() |
Call Client's error handler for errors with AdoServer
FUNCTION AdoServerCallClientError ( lCall ) AS LOGIC
lCall (Optional)Does ADOServer call the Error handler of a client when an error happens ?
LOGIC The current setting
The default behavior of AdoServer objects is to call the Error method of the first client class.
With this function you can suppress this behavior. The result of this is that the error handler that is installed with ErrorBlock() is always called, unless you disable that behavior with the AdoServerCallErrorHandler() function as well.
Please disable this mechanism only when you ar sure what you are doing !!
Support functions, AdoServerCallErrorHandler()