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 |
hiding item in report how like that properly,thats manually but at runtime i want to do
HI GURUS, WHAT IS THE PURPOSE OF LEXICAL PARAMETER IN REPORT DEVELOPMENT.
What is the difference between SHOW_EDITOR and EDIT_TEXTITEM?
What is forms_DDL?
What is relation between the window and canvas views?
What do you understand by oracle forms?
explain about content canvas views?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
LOV can best describe a) window b)modal c)list d) none of these d)
What are the difference between lov & list item?
What is the difference between restricted and unrestricted package procedure ?