ListBox 項目的相關 Built-in

在 Oracle Form Builder 中, 關於 ListBox 的程式控管, 語法, 如下 :

 語法
新增項目 : Add_List_Element( 'Block.Item', Index_num, Lable_Value, Data_Value );

刪除項目 : Delete_List_Element( 'Block.Item', Index_Num );

刪除全部項目 : Clear_List( 'Block.Item' );

取得筆數 : Get_List_Element_Count( 'Block.Item' );

取得項目 Label : Get_List_Element_Label( 'Block.Item', Index_Num );

取得項目 Value : Get_List_Element_Value( 'Block.Item', Index_Num );

將 List Item 資料回填至 Record Group : Retrieve_List;

將 Record Group 資料回填至 List Item : Populate_List;
Related Posts Plugin for WordPress, Blogger...