-
What are static and dynamic reports?
What are static and dynamic reports in oracle and where do we use them?
-
What is the maximum size of a form ?
255 character width and 255 characters Length.
-
How do you control the constraints in forms ?
Select the use constraint property is ON Block definition screen. BLOCK
-
-
What are the triggers associated with a check box?
Only When-checkbox-activated Trigger associated with a Check box.
-
What is a display item?
Display items are similar to text items but store only fetched or assigned values. Operators cannot navigate to a display item or edit the value it contains.
-
What is a list item?
It is a list of text elements.
-
What are the display styles of list items?
Poplist, No text Item displayed in the list item. Tlist, No element in the list is highlighted.
-
What is a radio Group?
Radio groups display a fixed no of options that are mutually Exclusive .User can select one out of n number of options.
-
How many maximum number of radio buttons can you assign to a radio group?
Unlimited no of radio buttons can be assigned to a radio group
-
What are the types of visual attribute settings?
Custom Visual attributes Default visual attributes Named Visual attributes. Window
-
-
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
PRE-QUERY fires once. POST-QUERY fires 10 times.
-
What is a window?
A window, by itself , can be thought of as an empty frame. The frame provides a way to interact with the window, including the ability to scroll, move, and resize the window. The content of the window i.e. what is displayed inside the frame is determined by the canvas View or canvas-views displayed...
-
List the editors availables in forms 4.0?
Default editor User_defined editors system editors.
-
What is an Lov?
A list of values is a single or multi column selection list displayed ina pop-up window
-
What is the built-in used to get and set lov properties during run-time?
Get_lov_property Set_lov_property Record Group
-
What is a record Group?
A record group is an internal oracle forms data structure that has a similar column/row frame work to a database table
-
Give built-in routine related to a record groups?
Create_group (Function) Create_group_from_query(Function) Delete_group(Procedure) Add_group_column(Function) Add_group_row(Procedure) Delete_group_row(Procedure) Populate_group(Function) Populate_group_with_query(Function) Set_group_Char_cell(procedure)
-
Oracle Forms Interview Questions
Ans