Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Forms 6 And ComboBox

Re: Forms 6 And ComboBox

From: Karsten Farell <kfarrell_at_medimpact.com>
Date: Mon, 23 Sep 2002 16:26:53 GMT
Message-ID: <hhHj9.4$vw5.297216@newssvr13.news.prodigy.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US