-
What is a Navigable item?
A navigable item is one that operators can navigate to with the keyboard during default navigation, or that Oracle forms can navigate to by executing a navigationalbuilt-in procedure.
-
What triggers are associated with the radio group?
Only when-radio-changed trigger associated with radio group Visual Attributes.
-
List the windows event triggers available in Forms 4.0?
When-window-activated, when-window-closed, when-window-deactivated,when-window-resized
-
What built-in is used for changing the properties of the window dynamically?
Set_window_property Canvas-View
-
Give the equivalent term in forms 4.0 for the following.Page, Page 0?
Page - Canvas-View Page 0 - Canvas-view null.
-
What is the content view and stacked view?
A content view is the "Base" view that occupies the entire content pane of the window in which it is displayed. A stacked view differs from a content canvas view in that it is not the base view for the window to which it is assigned
-
List the built-in routines for the controlling canvas views during run-time?
Find_canvas Get-Canvas_property Get_view_property Hide_View Replace_content_view Scroll_view Set_canvas_property Set_view_property Show_view Alert
-
-
What are the different type of a record group?
Query record group Static record group Non query record group
-
What is the built-in routine used to count the no of rows in a group?
Get_group _row_count System Variables
-
Explain the following file extension related to library?
.pll,.lib,.pld The library pll files is a portable design file comparable to an fmb form file The library lib file is a plat form specific, generated library file comparable to a fmx form file The pld file is Txt format ...
-
How image_items can be populate to field in forms 4.0?
A fetch from a long raw database column PL/Sql assignment to executing the read_image_file built_in procedure to get an image from the file system.
-
What are the triggers associated with the image item?
When-Image-activated(Fires when the operator double clicks on an image Items) When-image-pressed(fires when the operator selects or deselects the image item)
-
What are the menu items that oracle forms 4.0 supports?
Plain, Check,Radio, Separator, Magic
Oracle Forms Interview Questions
Ans