What is the difference between a POST-FIELD trigger and a
POST-CHANGE trigger ?
Answer / guest
Post-field trigger fires whenever the control leaving from
the filed.
Post-change trigger fires at the time of execute-query
procedure invoked or filed validation status changed.
| Is This Answer Correct ? | 5 Yes | 0 No |
LOV can best describe a) window b)modal c)list d) none of these d)
What are the different default triggers created when Master Deletes Property is set to isolated?
What are the two panes that Appear in the design time pl/sql ?
What is lexical reference?How can it be created?
What is trigger associated with the timer?
can you convert or reverse engineer a fmx back to a fmb file?
i created a parameter list in reports. how to restrict that parameter list with parameters
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 many number of columns a record group can have?
Where is the external query executed at the client or the server?
What is an SQL FORMS ?
How can I message to passed to the user from reports?