frequently asked questions

All your questions in one place.

cErrorsMsg

This property contains a string including the all the encountered errors.

Example:

*/ Display all the errors encountered, if at least an error exists.

if oBiz.nErrorsCount > 0

       messagebox(oBiz.cErrorsMsg)

endif

Did you find this article useful?

0 out of 0 found this helpful