At 02:10 PM 2/25/2004 -0600, Steve in Memphis wrote:


Buddy, what I'd really like to do is enable the user
to press [ALT-M] or [CTRL-M] from within a field and,
under programmatic control of a field exit procedure,
pop-up an appropriate menu.


Steve,

Did you know that you can use Double-Click to launch
the Pop-up Menus in R:BASE 6.5++ for Window forms?

Very Best R:egards,

Razzak.


----- Original Message -----
From: <mailto:[EMAIL PROTECTED]>Walker, Buddy
To: <mailto:[EMAIL PROTECTED]>RBASE-L Mailing List
Sent: Wednesday, February 25, 2004 1:54 PM
Subject: [RBASE-L] - RE: LASTKEY(0) and Combo/Chord-Keys, [CTRL-M] (RBWIN 6.5++, latest build)


Steve
  Is this what you are trying to do.

****************************************
cle all var
 SET KEYMAP [CTRL][F3] TO [ENTER]
dial 'test this' vresp vendkey 1 at 10
set var v1 = (lastkey(1))
sho var v1
SET KEYMAP [CTRL][F3] OFF
*****************************************

Buddy



-----Original Message-----
From: J. Stephen Wills [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 2:04 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - LASTKEY(0) and Combo/Chord-Keys, [CTRL-M] (RBWIN 6.5++, latest build)


You know, I thought I used to do this and I thought I remembered how to do it. On the latter I was wrong, so the validity of the former is currently indeterminant. I would like to enable a user to press either [ALT-keypressed] or [CTRL-keypressed] in a form.field, have it trapped/inspected by code in a field exit procedure, then control the flow based on the value input.

I'm okay with the form stuff, but I can't recall how to get the input-keys into a variable.

Any ideas?


Thanks, Steve in Memphis



Reply via email to