AdoServerCallClientError() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoServerCallClientError() Function

Previous pageReturn to chapter overviewNext page

Purpose

Call Client's error handler for errors with AdoServer

 

Prototype

FUNCTION AdoServerCallClientError ( lCall  )  AS LOGIC

 

Argument(s)

lCall        (Optional)Does ADOServer call the Error handler of a client when an error happens ?

 

 

Return

LOGIC        The current setting

 

Description

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 !!

 

See Also

Support functions, AdoServerCallErrorHandler()