-
What does an on-clear-block Trigger fire?
It fires just before SQL * forms the current block.
-
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.
-
-
-
-
How do you trap the error in forms 3.0 ?
using On-Message or On-Error triggers.
-
When will ON-VALIDATE-FIELD trigger executed ?
It fires when a value in a field has been changed and the field status is changed or new and the key has been pressed. If the field status is valid then any further change to the value in the field will not fire the on-validate-field trigger.
-
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
When you changes the Existing value to null, the On-validate field trigger will fire post change trigger will not fire. At the time of execute-query post-change trigger will fire, on-validate field trigger will not fire.
-
When is PRE-QUERY trigger executed ?
When Execute-query or count-query Package procedures are invoked.
-
-
-
-
-
What is the maximum size of a form ?
255 character width and 255 characters Length.
-
-
-
-
-
What is an Alert ?
An alert is window that appears in the middle of the screen overlaying a portion of the current display.
-
Oracle Forms Interview Questions
Ans