|
Re: Short Cut Key like alt+s to save [message #377882 is a reply to message #377831] |
Fri, 26 December 2008 01:12 |
sathyam2627
Messages: 52 Registered: November 2006
|
Member |
|
|
Access Key Property
------------------
Description Specifies the character that will be used as the access key, allowing the operator to select or execute an item by pressing a key combination, such as Alt-C. The access key character is displayed with an underscore in the item label.
For example, assume that Push_Button1's label is "Commit" and the access key is defined as "c". When the operator presses Alt-C (on Microsoft Windows), Oracle Forms executes the "Commit" command.
Applies to button, radio button, and check box Set Oracle Forms Default No Required/Optional Optional Usage Notes When the operator initiates an action via an access key, any triggers associated with the action fire.
For example, assume that Push_Button1 has an access key assigned to it. Assume also that there is a When-Button-Pressed trigger associated with Push_Button1. When the operator presses the access key, the When-Button-Pressed trigger fires for Push_Button1. Access Key Restrictions Buttons with the Iconic property set to Yes cannot have an access key...
The Other way to create shortcut keys is:
Create a button for example for commit button. Give the label as &Commit. Then you will find C as highlighted with a line at run time if you press Alt+c then commit button will be invoked
Thanks
|
|
|
|
|
|
|
|