-
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
-
-
-
Apply Form Handlers in Existing Oracle Forms
How to apply form handlers in Oracle forms which we have already created in an application?
-
What is the difference between a Function Key Trigger and Key Function Trigger ?
Function key triggers are associated with individual SQL*FORMS function keysYou can attach Key function triggers to 10 keys or key sequences that normally do not perform any SQL * FORMS operations. These keys referred as key F0 through key F9.
-
State the order in which these triggers are executed ?
POST-FIELD,ON-VALIDATE-FIELD,POST-CHANGE and KEY-NEXTFLD.KEY-NEXTFLD,POST-CHANGE, ON-VALIDATE-FIELD, POST-FIELD.
-
What is the usage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
These triggers are executes when inserting, deleting and updating operations are performed and can be used to change the default function of insert, delete or update respectively. For Eg, instead of inserting a row in a table an existing row can be updated in the same table.
-
-
What are the two ways to incorporate images into a oracle forms application?
Boilerplate Images Image_items
-
Oracle Forms Interview Questions
Ans