Author: anatol
Posted: Thu Jan 05, 2017 10:02 pm (GMT 5.5)
I believe you just worry, that your macro in EDIT mode can save the changes, when you hit PF3 - the solution is use ALIAS on the end of macro - in this case you can run it in VIEW and EDIT with the same result
Posted: Thu Jan 05, 2017 10:02 pm (GMT 5.5)
I believe you just worry, that your macro in EDIT mode can save the changes, when you hit PF3 - the solution is use ALIAS on the end of macro - in this case you can run it in VIEW and EDIT with the same result
Code: |
ADDRESS ISREDIT "DEFINE END ALIAS CANCEL" "DEFINE SAVE ALIAS CANCEL" |