-
-
-
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 does an on-clear-block Trigger fire?
It fires just before SQL * forms the current block.
-
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.
-
-
-
Name the two files that are created when you generate the form give the filex extension ?
INP (Source File) FRM (Executable File)
-
-
What are the two ways to incorporate images into a oracle forms application?
Boilerplate Images Image_items
-
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.
-
-
Oracle Forms Interview Questions
Ans