Private WithEvents BO As BOLIB.BO = New BOLIB.BO
I add records, then set ErrorSavingMode to ContinueOnError
BO.ErrorSavingMode = MicroFour.StrataFrame.Business.ErrorSavingOptions.ContinueOnError
Calls to BO.SAVE() fail, but ErrorSaving does not fire to tell me what is going wrong. I added code to other methods on the BO (AfterAddNew) and they fire as expected, what might be causing ErrorSaving not to fire?