Re: Help W/ Record Group
Date: Fri, 9 Jul 1999 20:38:49 -0700
Message-ID: <CE6F8D32961FADB8.EBCDD4C7C9BB9807.35ABEBCDDCBAB156_at_lp.airnews.net>
Don wrote in message <37866e2b_at_news1.us.ibm.net>...
>I am trying to populate a list item from a record group depending upon
which
>radio button is selected.
>I am using the built-in POPULATE_LIST which does work but only after I add
a
>second column to the record_group.
>
>Can someone explain why I need two columns defined in the record group
>before it can be used? Is there a workaround? I really don't want to select
>two columns from the DB if I don't need them.
>
>Thanks,
>Don
>
POPULATE_LIST built-in
Removes the contents of the current list and populates the list with the
values from a record group. The record group must be created at runtime and
it must have the following two column (VARCHAR2) structure:
Column 1: Column 2:
list label list value
Received on Sat Jul 10 1999 - 05:38:49 CEST