wht is format triger?
Answers were Sorted based on User's Feedback
Answer / malleswar
The trigger can be used to dynamically change the
formatting attributes of the object. Format triggers are
PL/SQL functions executed before the object is
formatted.The function must return a Boolean value (TRUE or
FALSE). Depending on whether the function returns TRUE or
FALSE, the current instance of the object is included or
excluded from the report output. You can access format
triggers from the Object Navigator, the Property Palette,
or the PL/SQL Editor.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / ramesh babu v
It formats the data before displaying output data.It is the
pl/sql function and it returns the boolean
values(TRUE/FALSE).If return TRUE the layout displays.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is that Possible To create package without Specification , If Yes Give any Examples
what is the difference between request group and request security in oracle apps?
Plz anybody send me Technical specification for AP Interface
The Task is that to register a Form into Oracle Apps on a particular responsiblity. - First i moved the FMX & FMB file into the custom_top through FTP - Using Application Developer i registered the Form through Form menu then Function then Menu..... as we do regularly.. - When i get into the particular responsiblity i can see the Form name getting listed. But when i click that to open..... i cant able to see the form. I need any one your help in advicing me...what would be the problem.
What repots or concurrent program run to transfer data from Inventory to GL.
What is a flexfield? List out its types.
what are centralized and decentralized level of control of item attributes?
in which table sub inventory related information for item is stored?
3 Answers chain sys, Scan Steel,
tell my any difficult situtation you solved in your experience in your company?
what is po approval hierarchy?
Give a brief overview on OrderManagement.
Tell me how to debug the report?