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
All your questions in one place.
article written by Helpdesk Winbiz
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