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 |
What is a matrix report and how many minimum groups are required to prepare the same?
What is an LOV?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is the difference between bind and lexical parameter?
What are the menu items that oracle forms 4.0 supports?
Deleting a page removes information about all the fields in that page ?
Explain master-detail relationship with some examples.
how to create the triggers in the forms?
how i build a report
How do you pass the parameters from one form to another form?
What is a Navigable item?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the smae block level ?