Re: about D2000 combo box

From: <wozi_at_dhc.net>
Date: Fri, 14 Jan 2000 14:11:19 -0800
Message-ID: <A711969DE7113B2D.F136B5793EE38E7F.5C584FE32A0805B6_at_lp.airnews.net>


You will need to use functions like:
CREATE_GROUP_FROM QUERY
POPULATE_GROUP
POPULATE_LIST These functions allow you to polulate a combo box (t-list) dynamically at runtime.

On pages 528-530 of the book "Oracle Developer/200 Forms" By Albert Lulushi, you will find sample code that just what you want.

Good luck

º J wrote in message <387F3F38.9F410719_at_hotmail.com>...
>if I want to select all the field 'bnumber' in the table 'book' in the
>combo box, how should I do ?
>for example, I have 5 tuple in table 'book'
>bnum, bname, price...
>123 abc 10
>234 def 20
>345 fgh 12
>
>I want to put 123,234 and 345 in the combo box when I open the form, how
>should I do ?? THX............
>
Received on Fri Jan 14 2000 - 23:11:19 CET

Original text of this message