At 11:50 AM 8/27/2008, Jan Johansen wrote:
Also if I place SET KEYMAP [F9] OFF
in my startup form will [F9] (delete key) be de-activated for the session?
Actually, that will reset everything back to normal.
However, if you need to disable the [F9] key, you will have to assign [F9]
to something else, such as [F6].
Here's how:
Add the following code at the beginning of your application start file or
in RBASE.DAT file:
SET KEYMAP [F9] = [F6]
RETURN
You may reset everything back to normal using the following code:
SET KEYMAP [F9] OFF
RETURN
Both commands can also be used as "On Before Start EEP" & "On Close EEP"
when using a form based menu driven application.
And, that's all there is to it!
Have fun.
Very Best R:egards,
Razzak.
--- 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.
================================================