-
What is an Alert ?
An alert is window that appears in the middle of the screen overlaying a portion of the current display.
-
-
What is a Layout Editor?
The Layout Editor is a graphical design facility for creating and arranging items and boilerplate text and graphics objects in your application's interface.
-
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 Types of Items?
Text item. Chart item. Check box. Display item. Image item. List item. Radio Group. User Area item.
-
What is a Check Box?
A Check Box is a two state control that indicates whether a certain condition or value is on or off, true or false. The display state of a check box is always either "checked" or "unchecked".
-
-
What is a visual attribute?
Visual Attributes are the font, color and pattern characteristics of objects that operators see and intract with in our application.
-
-
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
-
What buil-in routines are used to display editor dynamicaly?
Edit_text item show_editor LOV
-
-
Can you attach an lov to a field at run-time? if yes, give the build-in name.?
Yes. Set_item_proprety
-
Oracle Forms Interview Questions
Ans