Paradox Community

Items in pnews.paradox-programming

Subject:Re: DropDownList Quesiton
Date:Mon, 3 Aug 2020 09:48:08 -0400
From:Kevin Baker <shcsbaker@gmail.com>
Newsgroups:pnews.paradox-programming
Jure,

This gets me close.  If I arrive on the field and beginning typing the 
word Wal-Mart, as I type Wa, the lighthight moves to Wal-Mart, since 
it's in the list, and since the item I want is highlighted, then I need 
the "Enter" key to select the highlighted item.

I think I need to go back and look at this again and put the decision on 
the user

On 8/3/2020 8:55 AM, modridirkac wrote:
> 1. Open Object explorer on that field.
> 2. Go to menu View -> Both
> 3. Your dropDown field is selected, with small [+] in front.
>     Expand that [+]
> 4. You will see an object named #List123 or something like this.
> 5. Rename it to "List"
> 6. On that "List" object open KeyPhysical event.
> 7. In that event write:
>       if eventInfo.vChar() = "VK_RETURN" then
>               MyDropDownField.action(EditDropDownList)
>      endIf
> 
> Try.
> 
> 
> Jure


Copyright © 2004 thedbcommunity.com