frequently asked questions

All your questions in one place.

nErrorsCount

This property contains the number of encountered Errors.

Example:

*/ Display error messages only if some error exist.

if oBiz.nErrorsCount > 0

       messagebox(oBiz.cErrorsMsg)

endif

Did you find this article useful?

0 out of 0 found this helpful