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 |
Can a sigle canvas be used by different blocks ?
What is a property clause?
What is an Invoice ? How many types of invoices are there in AP and AR ?
What is the use of transactional triggers?
Is it possible to have multiple layouts in a report?
What is a Navigable item?
What are the trigger associated with image items?
Deleting a page removes information about all the fields in that page ?
What do you mean by a pop-up window ?
What is the significance of PAGE 0 in forms 3.0 ?
What is the sequence the Report triggers will fires while running a report ?
What is a predefined exception available in forms 4.0?