what is the use of between page trigers in REPORTS...
(please give answer in a explanatory way...if possible give
screen shots also...)
Answer / ravi goyal
In a Report of more than 1 page information. Then BETWEEN
PAGES trigger fire when one move from one page to other
page. In this trigger we can write process which is required
to affect other page values.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the remove on exit property?
With which function of summary item is the compute at options required?
what are difference between post database commit and post-form commit?
What is a library in Forms 4.0?
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?
State any three mouse events system variables?
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;
What is the difference between bind and lexical parameter?
How to call a report from Forms?
what is an object groups?
How to call Report from other Report ?
What is AppCore and AppCore2 ?