How to make F7,F8,F10 disabled for security?

Hi alll,
Pls can any boady tell me ; how to make F7,F8,F10 disabled for security purposes?
Abdetu.

Hello Gerd
Thanks for reply,
i made a search for the file u mentioned
FMRWEB; i found it on path C:\orant\FORMS60
having the following :
# FMRWEB.RES is the key definition file for webforms. The syntax is:
# JFN : JMN : URKS : FFN : URFD (whitespace ignored)
# JFN = Java function number
# JMN = Java modifiers number
# URKS = User-readable key sequence (double-quoted)
# FFN = Forms function number
# URFD = User-readable function description (double-quoted)
# JAVA FUNCTION NUMBER
# 33 = PageUp
# 34 = PageDown
# 35 = End
# 36 = Home
# 37 = LeftArrow
# 38 = UpArrow
# 39 = RightArrow
# 40 = DownArrow
# 65 - 90 = Ctrl+A thru Ctrl+Z (These will always have the control
# modifier explicitly included, as well as any other
# modifiers that might be used.)
# 112 - 123 = F1 thru F12
# 9 = Tab (Ctrl+I, without the control modifier)
# 10 = Return (Ctrl+J, without the control modifier)
# JAVA MODIFIERS NUMBER
# Equal to the sum of the values for the modifier keys:
# 0 = None
# 1 = Shift
# 2 = Control
# 4 = Meta
# 8 = Alt
# FORMS FUNCTION NUMBER
# The Forms function numbers match the function numbers found in a
# typical Forms key binding file.
# USER-READABLE STRINGS
# The double-quoted strings appear when users click [Show Keys], and
# are used for this purpose only. These strings can be translated as
# needed. Note that the strings do not affect what actually happens
# when end users press a particular key sequence.
9 : 0 : "Tab" : 1 : "Next Field"
9 : 1 : "Shift+Tab" : 2 : "Previous Field"
116 : 0 : "F5" : 3 : "Clear Field"
38 : 0 : "Up" : 6 : "Up"
40 : 0 : "Down" : 7 : "Down"
33 : 0 : "PageUp" : 12 : "Scroll Up"
34 : 0 : "PageDown" : 13 : "Scroll Down"
69 : 2 : "Ctrl+E" : 22 : "Edit"
10 : 0 : "Return" : 27 : "Return"
76 : 2 : "Ctrl+L" : 29 : "List of Values"
115 : 0 : "F4" : 32 : "Exit"
75 : 2 : "Ctrl+K" : 35 : "Show Keys"
83 : 2 : "Ctrl+S" : 36 : "Commit"
118 : 1 : "Shift+F7" : 61 : "Next Primary Key"
117 : 0 : "F6" : 62 : "Clear Record"
38 : 2 : "Ctrl+Up" : 63 : "Delete Record"
117 : 1 : "Shift+F6" : 64 : "Duplicate Record"
40 : 2 : "Ctrl+Down" : 65 : "Insert Record"
119 : 1 : "Shift+F8" : 66 : "Next Set of Records"
1005 : 0 : "Down" : 67 : "Next Record"
1004 : 0 : "Up" : 68 : "Previous Record"
118 : 0 : "F7" : 69 : "Clear Block"
66 : 2 : "Ctrl+B" : 70 : "Block Menu"
34 : 1 : "Shift+PageDown" : 71 : "Next Block"
33 : 1 : "Shift+PageUp" : 72 : "Previous Block"
116 : 1 : "Shift+F5" : 73 : "Duplicate Field"
119 : 0 : "F8" : 74 : "Clear Form"
122 : 0 : "F11" : 76 : "Enter Query"
122 : 2 : "Ctrl+F11" : 77 : "Execute Query"
69 : 3 : "Shift+Ctrl+E" : 78 : "Display Error"
80 : 2 : "Ctrl+P" : 79 : "Print"
123 : 0 : "F12" : 80 : "Count Query"
85 : 2 : "Ctrl+U" : 81 : "Update Record"
121 : 3 : "Shift+Ctrl+F10" : 82 : "Function 0"
112 : 3 : "Shift+Ctrl+F1" : 83 : "Function 1"
113 : 3 : "Shift+Ctrl+F2" : 84 : "Function 2"
114 : 3 : "Shift+Ctrl+F3" : 85 : "Function 3"
115 : 3 : "Shift+Ctrl+F4" : 86 : "Function 4"
116 : 3 : "Shift+Ctrl+F5" : 87 : "Function 5"
117 : 3 : "Shift+Ctrl+F6" : 88 : "Function 6"
118 : 3 : "Shift+Ctrl+F7" : 89 : "Function 7"
119 : 3 : "Shift+Ctrl+F8" : 90 : "Function 8"
120 : 3 : "Shift+Ctrl+F9" : 91 : "Function 9"
113 : 0 : "F2" : 95 : "List Tab Pages"
72 : 2 : "Ctrl+H" : 30 : "Help"
------------------------------------end of file-----------------------------------------
Now if this is the file i have How can i make F7,F8,F10 disabled for security?
can u clarify to me how can handle this,i am afraid i may do something wrong..!!!
But how do you want to commit without the shortcut?? What do u mean by a shortcut..?
Thanks in advance..
Regards,
Abdetu.

Similar Messages

  • How to make a node storage disabled for a particular cache?

    I have multiple caches that are distributed across the nodes in my application. Can I disable storage (localstorage=false) for a certain cache in a node.
    Intention is to make something like this:
    CacheA distributed between node1 and node2
    CacheB distributed between node1 and node3
    Thus none of the node would be a non storage node completely here. Hence I would be required to specify this in the coherence-config.xml. If the answer is following for node 2
    <distributed-scheme>
         <scheme-name>CacheB</_CacheEvent_scheme-name>
         <service-name>DistributedCache</service-name>
         *<local-storage>false</local-storage>*
         <backing-map-scheme>
         <local-scheme>
         <scheme-ref>backingSchemeB</scheme-ref>
         </local-scheme>
         </backing-map-scheme>
         <autostart>true</autostart>
         </distributed-scheme>
         <local-scheme>
         <scheme-name>backingSchemeB</scheme-name>
         </local-scheme>
    What should be the backing scheme, as my local storage is false for cacheB?

    Hi Mahesh,
    you can control the storage-enablement of distributed caches on a per-service basis.
    In your case, you have to put cache A and cache B into different services (serviceA and serviceB for the example) and run service A as storage-enabled on nodes 1 and 2, and service B as storage-enabled on nodes 1 and 3.
    For more information, look at my post from two years ago:
    Re: Partitioned cache - where to put what config files?
    Best regards,
    Robert

  • How to make Scroll viewer zoom disable

    how to make Scroll viewer zoom disable in windows store app

    Hi Imtiyazk,
    Thanks for sharing the solution, should help others have the same issue.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do you get your Apple ID unlocked from being disabled for security reasons?

    How to get your apple account back from being disabled for security reason , I've reset my passcode many times and it still hasn't let me update any of my apps on my phone !

    Hello there, Chrissysanders17.
    It sounds like you're receiving the message “This Apple ID has been disabled for security reasons” when trying to update apps on your iPhone. The following Knowledge Base article reviews steps for resolving the situation:
    If your Apple ID has been locked - Apple Support
    If you've already performed the steps mentioned here, then this recommendation may be practical in your case:
    If you can't reset your password and you don't use two-step verification, contact Apple Support. 
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to make Add to Favorites Option for website?

    Please Advice how to make Add to Favorites Option for the
    Website.
    Appreciated
    Thank You

    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1191543&highlight_key=y&keyword1=favorites

  • How to make a Colorful Gif Image for Holi

    How to make a colorful Gif Image for Happy Holi 2014

    Okay, I know this doesn't answer your question, but don't get me wrong. A logo is meant to be the way it was designed - upright, no flipping/ swiveling animation. Why exactly do you want to let your logo turn around?
    If its to grab attention, why dont you consider animating the area on which your logo sits (header)? Or maybe add nice transitive slideshows on your main content area to add more interactivity?

  • How to make Safari remember my password for sites whiteout promoting me? I mean i don't want to ask me if i want to save the password or not, just save it automatically to my keychain.

    How to make Safari remember my password for sites whiteout promoting me? I mean i don't want to safari ask me if i want to save the password or not, can it just save it automatically to my keychain qhitout asking?

    No. It's a safety feature. Select the appropriate response and the next time you visit, you won't be prompted.

  • TS2446 im trying to change my password for my apple id but its says that my account has been disabled for security reasons, how can i solve this problem?

    im trying to change my password for my apple id but its says that my account has been disabled for security reasons, how can i solve this problem?

    Depending on why it's been disabled you might be able to re-enable it via this page : http://appleid.apple.com, then 'reset your password'
    Or you might need to contact Apple : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page
    If it then works on your computer's iTunes but not your phone/iPad then try logging out of your account on the phone/iPad by tapping on your id in Settings > Store (Settings > iTunes & App Stores on iOS 6) and then log back in and see if that 'refreshes' the account on it

  • How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    How do I sort out 'Apple ID disabled for security reasons' after I had my old Email address and password erased but still showing ?? now I can't access my apple store Apps updates with new email address and password??

    You might try contacting App Store Support: http://www.apple.com/support/mac/app-store/

  • Mail Account "Disabled for Security Reasons".  How do I reinstate it?

    After abou three years of trouble-free performance, one of my three iCloud Alias Mail Accounts suddenly stopped working, with the notification on our iPhones:
    "You can't sign in because your account was disabled for security reasons.  To enable your acccount reset your password at iforgot.apple.com."
    The account also does not work on our iMac and Macbooks.
    I have reset my passwork but the warning still persists and the account still does not work on any of our devices.
    My other alias accounts continue to work normally.
    Any suggestions of how I could fix this issue would be much appreciated.

    Call apple:
    http://support.apple.com/kb/HE57
    You need someone in Account Security.

  • My Icloud account keep being disabled for security reasons and I don't understand why or how to prevent it

    It happens at least once per month that my account is disabled for security reason and I don't even have to change the password, I just have to go on iforgot web aite and enable it but it is very annoying since my iPhone stop synchronizing and doing backups

    tinnt701 wrote:
    ... it said "This Apple ID has been disabled for security reasons",
    See here  http://support.apple.com/kb/TS2446
    If necessary...
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • This Apple ID has been disabled for security reasons

    When I try to log in to my iTunes store account i get the following message:
    *This Apple ID has been disabled for security reasons*
    I've waited a while and tried again (as in a week or longer), and the account is still disabled.
    Can anyone tell me how to get the ID enabled again, since as of now I'm unable to buy / download any content from the store. Which makes my iPhone a sad phone
    My assumption is the problem is i have a rather desirable account name: i am constantly receiving notifications of failed logins to my account, presumably by scripts trying to hack it. But i have a secure password, so no problem. But perhaps this has led to the account being deactivated?
    Any help / or reactivating the account would be great.

    Contact customer support: http://www.apple.com/support/itunes/contact.html?form=account&topic=iTunes%20Sto re%20Account%20and%20Billing&subtopic=Billing%20Inquiries

  • "This Apple ID has been disabled for security reasons" Every few weeks

    I have had an iTunes account for years with no issue. Lately, I have been receiving the dreaded "This Apple ID has been disabled for security reasons" message every few weeks on my iPad 2(currenly, my only iOS device). I go through the process of reauthorizing my password and info and it works again for a while, then happens again some time later. It's getting annoying. I'm not sure what's changed. Only two computers are authorized to use my account and I am the only one who can log into either of them. No one knows my info and I live alone.
    The only thing I can think is that it's a bot spamming my e-mail address and passwords in an attempt to hack my account. If that's the case, am I really going to have to go through this every few weeks just to use my iPad? Don't get me started on how stupid it is to have to type in your password to update existing apps. And that's usually when I find out, not when I actually purchase one.
    Is anyone else having this issue? I'm wondering if it's more widespread. Some time ago, a chinese app was mysteriously purchased on my account. Apple refunded the purchase and reset my password. That was about the time that all of this started. The reviews on the app left no doubt that it was happening to numerous people and I have no idea how they would have forced a purchase on so many user accounts.

    Domin Harvey wrote:
    PLEEEEEEEASE, please, please fix this!!
    Everyone should keep a few things in mind:
    This is an occasional problem affecting a vanishingly small percentage of the installed base. Look at the numbers of actual instances in just this thread, look at the gaps in time, etc.
    Many many more ... me for example ... have never seen it at all. That doesn't mean it's not an irritation for those afflicted, but it does mean that it's not something likely to be seen as a critical issue affecting the whole base.
    You aren't talking to Apple here in these user-to-user forums, at all, for any reason. This sort of communication is handled through their established Feedback links. If you can suggest a better way for them to handle things then make your thoughts and feelings known at —        
    http://www.apple.com/feedback/ipad.html

  • HT5624 account disabled for security settings and timed out

    How do I disable my account as unable to enter my password as timed out message appears every time and also a message
    my account has been disabled for security reasons

    See this support article:
      Apple ID: "This Apple ID has been disabled for security reasons"  appears
    and then reset your account, as in "I forgot ..." on the My AppleID page.
    Reset your account password
    If your account was partially disabled for security reasons, use iForgot (http://iforgot.apple.com/) to reset your account. This should restore your access to the disabled services. You can also click the “Reset Password” or “Forgot Password?” buttons that appear in the alert message.
    -- Léonie

  • Disabled for security reasons.

    When trying to unsuccessfully log on just now, Firefox reported a problem with the server, so trying Safari, I got that My Apple ID has been disabled for security reasons.
    I read that this results from three unsuccessful log in attempts. Is this true?
    Does this mean that my old account roam is dead?

    No, it's not dead, just wait a while and try again, the log-in process has been flakey since yesterday and this might just be another manifestation of the problem. Several abortive tried to log in will disable the alias, but just for a while (not sure how long, keep trying).

Maybe you are looking for

  • Reducing number of rows displayed causes error in Forms 6

    I created a search page - really just a tabular form displaying 29 records and a scroll bar at the end. Each record has a button adjacent to it. The idea being that the user can search for a specific map in a field and have all records where that map

  • Wireless Keyboard pairing Unsuccessful

    Hello: I just bought a new wireless keyboard and mouse for my Macbook Pro (new this year). The Mouse paired no problem but unfortunately pairing the keyboard has become rocket science. Before posting I Searched this forum and found most had a very sp

  • Conver weblogic Admin server to a windows service

    I used the following scripts to conver weblogic Admin server to a windows service : SETLOCAL set DOMAIN_NAME=Sayesaman set USERDOMAIN_HOME=C:\jdev11.1.1.6\user_projects\domains\Sayesaman set SERVER_NAME=Sayesaman set WL_HOME=C:\jdev11.1.1.6\wlserver_

  • J2SE 1.4 patches/updates

    Hi! I've have encountered several bugs in J2SE 1.4 since its release. I've noticed too that some of these bugs have been fixed by Sun. Does anyone know if there is some place to download patches or a new, bug-fixed release of J2SE? Thanks in anticipa

  • Nothing displays correctly in Firefox (Solved)

    Hi, I've been having a problem with firefox after I installed it on a freshly installed Arch installation. It was working fine for about 2 hours. Then, after that it just stopped displaying things correctly. It is kind of hard to explain so please ta