Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Please help me with Forms 6 poplist problem.
In the POST-QUERY trigger in the Block where your PopList item is,
you have to do:
- -
BEGIN :pop_list_item := :item_with_the_value;
END; Hope that helped
Arnaldo
Portugal
Scott G. <me_at_me.com> escreveu na mensagem
news:38070d38.12283769_at_news.ikea.com...
> Hi,
>
> I have a poplist on a form. From this form, we call another form to
> add values to this poplist. So we do this all dynamically and
> repopulate the list upon return. This works great.
>
> Our problem is that because we had to make the poplist a non-database
> item to make the above work, records queried do not show a value
> in this item. We need to find out how to select a value from the list
> and display it (select it).
>
> We know we want to do this on a post-query trigger. We just
> don't know how to do it. Our poplist is populated with all the
> possible values, but we can't figure out out to select one value.
>
> If anybody has suggestions, please help.
>
> Thanks,
> Scott G.
> IKEA North America
Received on Sun Oct 17 1999 - 11:37:38 CDT
![]() |
![]() |