Re: forms 6i

From: Ryan Gaffuri <rkg100_at_erols.com>
Date: Tue, 5 Mar 2002 21:14:09 -0400
Message-ID: <a63umu$5p3$1_at_bob.news.rcn.net>


You can do this with list item to. Look up populate_list_from_query

Change it to a combo box and use a when-new-item-instance trigger(i think this trigger will work... you will have to test it)

then build a new query to populate the list. Change query to

Select COLUMN
FROM DATABASE
WHERE COLUMN LIKE =':BLOCK.ITEM%'; "sergio" <scolmena_at_hotmail.com> wrote in message news:489e56cf.0203050911.43fbb444_at_posting.google.com...
> When creating a list item, how can i get the following functionality.
> The list is very large and I would like to hit the "n" key to get the
> first "n" item. I would then like to hit the "i" key to get to the
> first "ni" item and so on drilling down to the selection that I want
> to choose by spelling out the desired selection. I believe the
> default is only one key for the first letter of the item.
>
> Thanks in advance for any help.
Received on Wed Mar 06 2002 - 02:14:09 CET

Original text of this message