Answer Posted / samaresh
A format trigger can fire multiple times for a given
object, whenever Reports Builder attempts to format the
object. Consider the case where Reports Builder starts to
format the object at the bottom of a page. If the object
does not fit on the page, Reports Builder stops formatting
and reformats on the following page. In this case, the
format trigger will fire twice. It is therefore not
advisable to do any kind of "persistence" operation, such
as logging, in this trigger.
The Reports Builder SRW built-in package contains PL/SQL
procedures with which you can quickly change the format
attributes of an object.
These include procedures to:
change the border pattern and color of an object change the
interior pattern and color of an object change the font
size, style, weight, spacing, and justification of a field
or boilerplate text change the format mask of a field
access a field's value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
tell me the scenarios of the independent in reports
What do you understand by soa and what are the benefits of using this architecture?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
How do you register report in oracle apps?
What is sca and how is it useful?
Explain oracle apps architecture.
What are file in oracle.
What are the Standard Reports and Forms in HRMS?
List the various types of value set.
Can you explain the difference between architecture followed in 10g & 11g?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
what is pay run id ?
What is count(*) from po_vendors(any table)?
how can i print random rows in plsql table
Do you know what are user profiles in apps. Any examples you can give?