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 |
Which of the two views should objects according to possession?
How can I sum column wise in Oracle excel report?
What are the built-ins that are used for setting the LOV properties at runtime?
i created a parameter list in reports. how to restrict that parameter list with parameters
What is an Alert?
LOV can best describe a) window b)modal c)list d) none of these d)
Use the add_group_column function to add a column to record group that was created at a design time?
What are the different default triggers created when Master Deletes Property is set to isolated?
What is a user exit program in oracle reports?
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
List the Types of Items?
What is a master detail relationship?