populate_list
844528Mar 9 2011 — edited Mar 9 2011I am using oracle forms 10.1.2.3.0 .
I am populating a list-item with a record group using a program unit call populate_list_items( a_group varchar2, a_item varchar2),
It works fine if the record group have records. But if record group does not have any records, the list_item will be populated and show 6 empty records and have a get_list_element_count of 6.
Does anyone have this kind of experience before?
Thanks.