Re: Forms 6i: List_item poplist focus problem.
Date: Thu, 05 Dec 2002 15:07:10 -0500
Message-ID: <p8cvuu46b581jcv234fk33gm4iv9bv5s28_at_4ax.com>
[Quoted] 1 get the value of the list item corresponding to the index value
desired
2 set list to be equal to the value of that return
:list_name := GET_LIST_ELEMENT_VALUE('list_name',index);
On 5 Dec 2002 07:26:15 -0800, hap_at_mikomi.org (Adam Hapworth) wrote:
>Hello All,
> I am having an issue with a Forms 6i list_item poplist. I build the
>list using the add_list_item dynamically when a user presses a button
>this will also automatically display the data for the max index value
>which is 5 on screen until when-list-changed happens. The user clicks
>on an index of the list say index 3 and views that data. That works
>great first time through.
>
> The user then clicks the button again to get different data values.
>This clears the list using clear_list() and all of the data then
>repopulates the list and data as above. OK should work as above focus
>on the max index and displaying its data.
>
> The problem I have is that the focus of the newly populated list is
>still on index 3 and not index 5 of the new list for which it is
>showing data.
>
>Is there a way to set the selected index or focus of the list to a
>specific index value?
>
>Adam
Received on Thu Dec 05 2002 - 21:07:10 CET