At 10:17 AM 8/20/2014, Hodges, Dennis wrote:

How do I define a shortcut key in a form? I want to define a
shift+F8 to move to the next section of the form.

Take a look at the SET KEYMAP options under R:BASE HELP.

Syntax:  SET KEYMAP keyname OFF
         SET KEYMAP ALL OFF
         SET KEYMAP keyname=remapped keys

You can define key maps with a single statement, which enables
you to define key maps in command files. For example:

        SET KEYMAP [SHIFT][F3] TO [F2]
        SET KEYMAP [ALT]M= [F2]

To return to the original key mapping, enter the following:

        SET KEYMAP [ALT]M OFF

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to