In a default I made a custom message with the abort = 1 but after the custom message a second message of the Software Factory pops up.


How can i make sure that only the custom message shows up?
In a default I made a custom message with the abort = 1 but after the custom message a second message of the Software Factory pops up.
How can i make sure that only the custom message shows up?
Best answer by Jochem Pieper
Hi Maarten,
Seems like the GUI is still trying to save the record, although it has been emptied by the default.
Did you try to add the following code after your tsf_send_message query?
rollback;
return;
I'm not too sure if this cancels the saving of the record, else you could check what causes the row to be saved other than the user trying to save it (manually).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.