Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Marlinda

    Populating List Item

    This is how I would do it : Declare v_count number := 0; Begin clear_list ('name_bloc.name_list_item'); for i in (Select id, description from name_table) --you can put the condition 'where' after name_table-- loop add_list_element ('name_bloc.name_list_item', v_count+1, i.description...

Part and Inventory Search

Back
Top