Add Shortcut in Oracle APEX July 18, 2021 Get link Facebook X Pinterest Email Other Apps Define your shortcut in your Oracle APEX Application page by using this code. Add-in Function and Global Variable Declaration. apex.actions.add({ name: "submit-with-count", shortcut: "Ctrl+F9", action: function() { apex.submit('P17_COUNT'); }}); Comments
Comments
Post a Comment