-
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...
-
Explain types of Block in forms4.0?
Base table Blocks. Control Blocks. 1. A base table block is one that is associated with a specific database table or view. 2. A control block is a block...
-
What do you mean by a block in forms4.0?
Block is a single mechanism for grouping related items into a functional unit for storing, displaying and manipulating records.
-
List the built-in routine for controlling window during run-time?
Find_window, get_window_property, hide_window, move_window, resize_window, set_window_property, show_View
-
What is a canvas-view?
A canvas-view is the background object on which you layout the interface items (text-items, check boxes, radio groups, and so on.) and boilerplate objects that operators see and interact with as they run your form. At run-time, operators can see only those items that have been assigned to a specific canvas. ...
-
What is an Alert?
An alert is a modal window that displays a message notifies the operator of some application condition
-
What are the display styles of an alert?
Stop, Caution, note
-
Can you change the alert messages at run-time?
If yes, give the name of the built-in to change the alert messages at run-time. Yes. Set_alert_property.
-
What is the built-in function used for finding the alert?
Find_alert Editors
-
List the editors availables in forms 4.0?
Default editor User_defined editors system editors.
-
What buil-in routines are used to display editor dynamicaly?
Edit_text item show_editor LOV
-
What is an Lov?
A list of values is a single or multi column selection list displayed ina pop-up window
-
-
Can you attach an lov to a field at run-time? if yes, give the build-in name.?
Yes. Set_item_proprety
-
-
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
-
What is a library in Forms 4.0?
A library is a collection of Pl/SQL program units, including user named procedures, functions & packages
-
List some built-in routines used to manipulate images in image_item?
Image_add Image_and Image_subtract Image_xor Image_zoom
-
What is a predefined exception available in forms 4.0?
Raise form_trigger_failure
Oracle Forms Interview Questions
Ans