Hi,
how can I execute my own code using extensions before a form command button press, if the command button does not have the clicked-method overridden/available in standard code?
I need to insert a couple of records into my own table before executing the OK in form.SalesQuotationEditLines.
If I subsrcibe to the OK_OnClicked event of the button, the actual OK action is done and my records are inserted after the button's super() call if I'm not mistaken. And there's not a pre event for the button.
*This post is locked for comments