Home » SQL & PL/SQL » SQL & PL/SQL » Re: How do i populate a LOV with values from a cursor?
Re: How do i populate a LOV with values from a cursor? [message #673] Tue, 26 February 2002 05:05
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
perhaps u have not seen my previous posting. however here is the code again

here is an example
---------
declare
a_rg recordgroup;
errcode NUMBER;
begin
a_rg:=create_group_from_query('list_test',
'select table_name,table_name from user_tables');
errcode:=POPULATE_GROUP(a_rg);
populate_list('blk1.list1',a_rg);
end;
Previous Topic: Re: Changing the Visual Attributes using mouseover/mouse off
Next Topic: Re: How do i populate a LOV with values from a cursor?
Goto Forum:
  


Current Time: Fri Mar 29 02:37:45 CDT 2024