Re: forms 4.5 help, need to populate a list

From: Steve Johnson <robertoc_at_fyiowa.infi.net>
Date: 1997/06/17
Message-ID: <33A6A39F.79B9_at_fyiowa.infi.net>#1/1


Try:
create_group_from_query('list_box_rg','select label, value from some_table';

The first column selected will be the label you see and choose from the list box.
The second column will be the value associated with the label.

populate_group('list_box_rg');

populate_list('list_name','list_box_rg');

This should work.

Steve

Mark Rzepa wrote:
>
> Greetings,
>
> I am trying to populate a list dynamicaly from the database in Forms
> 4.5, and I'm having trouble with the concept. If anybody could help me,
> please send e-mail to: mrzepa_at_yorku.ca
>
> Thanks,
>
> Mark Rzepa
Received on Tue Jun 17 1997 - 00:00:00 CEST

Original text of this message