wwWebPage::OnError
Page level Error manager method. Return .T. to indicate that you have handled the error. Return .F. to indicate the error should bubble up to the Process class.
o.OnError(loException)
- to say you've handled the error. .F. to let the default handlers at the process class kick in.
Parameters
loException
An exception object that contains error information