This VERY helpful!
Right now, the interval is set a 1500ms. When I type, SMI, instead of going to SMITH, it goes to the first item that starts with the letter "S" and then to the first item that starts with the letter "M" and then to the first item that starts with the letter "I". Should I increase or decrease the interval? I tried setting it to 10 ms and to 5000 ms but the behavior did not change.
Mike
 
-------------- Original message from "A. Razzak Memon" <[email protected]>: --------------


> At 10:32 PM 4/6/2009, Michael J. Sinclair, MD wrote:
>
> >... do you recall the name of property that I use to control the
> >buffer delay?
>
> Here's how:
>
> PROPERTY APPLICATION WALKMENUTIMEINTERVAL 'nnn'
>
> Technically, when using WALKMENU, you can control the time interval
> that keystrokes are recognized. The default value is set to 1500 ms.
>
> For example:
>
> 1000 for 1 second
> 1500 for 1.5 seconds
>
> You may also alter the WALKMENU time interval setting from within
> the R:BASE main Menu Bar under "Settings".
>
> Database Explorer | Main Menu | Settings | Walkmenu Time Interval
>
> That's all there is to it!
>
> Very Best R:egards,
>
> Razzak.
>
>

Reply via email to