cErrorLast
This property contains the last encountered error.
Example:
*/ Display the last error if at least an error exists.
if oBiz.nErrorsCount > 0
messagebox(oBiz.cErrorLast)
endif
All your questions in one place.
article written by Helpdesk Winbiz
This property contains the last encountered error.
Example:
*/ Display the last error if at least an error exists.
if oBiz.nErrorsCount > 0
messagebox(oBiz.cErrorLast)
endif