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 do you mean by a page ?
List system variables available in forms 4.0, and not available in forms ?
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;
did u p prepared complex report
What is the usage of the confine mode in Layout Editor ?
Can you truncate a table in a procedure in Oracle Forms?
How can a square be drawn in the layout editor of the report writer?
What is the difference between Anchoring Object and Enclosing Objects ?
What is the use of Data Link in Reports?
What is the usage of the Flex mode in Layout Editor ?
What does an on-clear-block Trigger fire?
Explain how one can iterate through items and records in a specified block?