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.

