Yes.
Latest Answer: Yes, In the Object Navigator, double-click the object icon beside the desired text item to display the Property Palette. Under the List of Values (LOV) node, set the LOV property by entering the name of the LOV you want to attach to the text item. Set ...
Yes. Set_item_proprety
Latest Answer: Yes, You can attach an LOV to a text item programmatically with the SET_ITEM_PROPERTY Built-in subprogram. The following example attaches the LOV called lov2 to the text item called emp.empno: Set_Item_Property('emp.empno',LOV_NAME,'lov2'); ...
Show_lov
Latest Answer: The SHOW_LOV built-in is also used to display LOVs, but its functionality is slightly different from that of LIST_VALUES. It does not require that the LOV be attached to an item and it allows you to call an LOV explicitly by name. Note that the parameter ...
What is the built-in used to get and set lov properties during run-time?
Get_lov_property Set_lov_property Record Group
A record group is an internal oracle forms data structure that has a similar column/row frame work to a database table
Latest Answer: All LOVs are based on another Forms object called a record group. Record groups are logical objects, so they have no physical properties and are never displayed to the user. A record group is similar to a database table in that it stores an array ...
Query record group Static record group Non query record group
Create_group (Function) Create_group_from_query(Function) Delete_group(Procedure) Add_group_column(Function) Add_group_row(Procedure) Delete_group_row(Procedure)
Get_group _row_count System Variables
List system variables available in forms 4.0, and not available in forms 3.0?
System.cordination_operation System Date_threshold System.effective_Date System.event_window
View page << Previous 3 4 5 6 [7] 8 9 10 Next >>

Go Top