Search code examples
saveaxaptadynamics-ax-2012x++

How to invoke Ctrl + S by code in a Form?


I need to invoke by code the control Ctrl+S, It's possible?

Look like element.task(2839) for the Ctrl+F5.

Thanks all,

enjoy!


Solution

  • Look in \Macros\Task. It's #taskSave.

    As FH-Inway said, it's 272.

    #Task
    element.task(#taskSave)