Hi,
According to the official Scriptcase documentation I try to use sc_error_exit() in the onBeforeInsert event of a form. But the macro doesn’t stop the processing of the insert and proceeds with the insertion. For troubleshooting purposes, I have put sc_error_message(‘Message me something’) in the onAfterInsert and I get the message, even if the sc_error_exit() should have stopped the insertion. Do I use the macro in a wrong way or is this a bug?
Thanks