I believe walkmenu does a word search.

If you are looking for rbase:

If you type "r" it will go to the first word that starts with "r"

If you quickly then type "b" it will take you to the first word that starts
with "rb" 

Dan Goldberg

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Roberts,
Jennifer
Sent: Tuesday, December 08, 2009 12:31 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Walk Menu?

Okay.  It appears that I need to set the Walkmenu off for the users to get
the desired effect out of the ComboBoxes.  I noticed that when I used the R>
Prompt to see the current settings it states "(WALKMENU) ON Search menus
based on multiple keystrokes".  The users want to be able to go through the
menu with just one keystroke....

Thanks!


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A.
Razzak Memon
Sent: Tuesday, December 08, 2009 3:14 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Walk Menu?

At 02:44 PM 12/8/2009, Roberts, Jennifer wrote:

>I  have a form in my 'test' environment with a DB Lookup ComboBox and 
>when I click on this and type a letter it takes me to the first item in 
>that list that starts with that letter.  If you repeatedly type that 
>same letter it just keeps going through the list on to the next record 
>that starts with that letter.  However this same form does not perform 
>that way in the 'live' environment. The user can click on a letter and 
>it will go to the first item in the list that starts with that letter 
>but does nothing when the user keeps selecting that letter.  I thought 
>that this was the walkmenu setting and it is checked in both 
>environments. I do not have any code turning the walkmenu off.  I am 
>not able to find what would cause the
difference
>here.  Any ideas?


WALKMEMU setting MUST be ON prior to using the ComboBox with walk menu (menu
items based on multiple keystrokes).

SHOW WALKMENU at the R> prompt will reveal the current setting.

In your specific situation, try the following setting as "On Before Start
EEP" for the form property.

SET WALKMENU ON
RETURN

And use the following setting as "On Close EEP"

SET WALKMENU OFF
RETURN

That's all there is to it!

Very Best R:egards,

Razzak.



This electronic message contains information from the Ohio Masonic Home, its
operating subsidaiaries or affiliates. 
The information may be
confidential, privileged or otherwise
protected from disclosure. 
The information is intended to be received solely by [email protected], for
use as designated in the message. If you are not the designated recipient,
you are instructed not to review, disclose, copy, distribute orotherwise use
of this transmission  or its contents. If you have received this
transmission in error, please notify the Ohio Masonic Home immediately at
[email protected]; in addition, please delete your record of
transmission. Sending, receiving, downloading, displaying,  printing
material that is harassing, fraudulent, offensive, intimidating, defamatory,
or otherwise unlawful or inappropriate is strictly prohibited by The Ohio
Masonic Home.


Reply via email to