how to create the triggers in the forms?
Answers were Sorted based on User's Feedback
Answer / kavitha
we create triggers at three level
form level,
datablock level,
item level.
so we create triggers for any scope to perform specified
action when we validate the values within the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ddpras
They are 4 Levels of triggers
Form Level
Block level
Record Level
Item Level
This is the prority of triggers.firing order like this Form
level,Block level,Record level then Item Level
If you want to validate the values of an Item, usually use
Item level trigger, such as POST-Test,Pre-Test,when-new-Item
trigger.
In Form Level triggers are When-new-form,pre-form,Post-form,
In Block level triggers are when-new-block,pre-block,post-block,
In Record Level triggers are when-new-record,pre-record and
Post-record
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / wyfwong
There are three types of triggers:
Form level
Block level
Item level
If you want to validate the values of an Item, usually use
Item level trigger, such as POST-CHANGE trigger.
| Is This Answer Correct ? | 6 Yes | 2 No |
How to change maximise or minimise the window in forms
What are the various configuration files that are used by oracle forms?
Identify package function from the following ?
If a break order is set on a column would it effect columns which are under the column?
how to hide the scroll bar in forms 6i
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
What is an oracle report? List its various types.
What are the Built-ins to display the user-named editor?
A query fetched 10 records How many times does a PRE-QUERY Trigger and POST-QUERY Trigger will get executed ?
How i get the client m/c IP address.
What is a Static Record Group?
What is a predefined exception available in forms 4.0?