Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Forms 6 And ComboBox
Normally you populate your combo boxes earlier in the processing - eg,
with one of the "startup" triggers - so that the user doesn't have to do
anything to make the list appear (such as a mouse click).
That being said, you might have better luck posting this to the comp.databases.oracle.tools newsgroup, where you'll probably find people more familiar with Forms 6 (my last experience was with 4.5/5).
Bruno Catania wrote:
>
> I try to make a combobox from a recordgroup,
> I use integrated procedure POPULATE_LIST called from the Smart Trigger
> WHEN-MOUSE-CLICK
> but nothing.
> If I use a cursor with ADD_ELEMENT_LIST integrated procedure, it's good,
> but for me it's better to use object property
>
> Thanks to indicate the step I miss
>
> Bruno CATANIA
> PS: Sorry for my poor english !!!
Received on Mon Sep 23 2002 - 11:26:53 CDT
![]() |
![]() |