Hi,
Is it possible to open add or edit dialog forms with function keys(F7,F8.) instead of clicking add or edit buttons ?
Regards…
2 Answers
I'm afraid there is no builtin feature for that.
Most likely, solution would be to bind key "F8" with add button .click() function.
You can inspect the add button, to get it's ID and trigger the click event.
You can search on forums for that.
Your Answer