I have a form, after inserting a new record it would redirect to insert mode. Perfect! But now I wanted to add a confirmation message.
Then I went to Application → Setting → Message after Insert.
When I tested, It would display the message with OK button but it would not redirect the form to insert mode. So I added sc_commit_trans() and sc_redir(appname, id=-1);
After insert, the form re-directed into a blank record but it did not display the confirmation message.
It seems to me that his might be a bug, does anyone know a workaround?
I’m using sc9.3