what is meant by anchoring?
Answers were Sorted based on User's Feedback
Answer / sandeep
Anchoring determine horizontly and vertically postioning
between parent object to his child object ;
It means when ever parent object is moving then child
object will also move ...
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / sam
Anchors fasten an edge of one object to an edge of another
object, ensuring that they maintain their relative
positions. For example, you can anchor boilerplate text to
the edge of a variable-sized repeating frame, guaranteeing
the boilerplate's distance and position in relation to the
repeating frame, no matter how the frame's size might
change. Anchors determine the vertical and horizontal
positioning of a child object relative to its parent. The
child object may be either outside of or contained within
the parent. Since the size of some layout objects may
change when the report runs (and data is actually fetched),
you need anchors to define where you want objects to appear
relative to one another. An anchor defines the relative
position of an object to the object to which it is
anchored. Positioning is based on the size of the objects
after the data has been fetched rather than on their size
in the editor. It should also be noted that the position of
the object in the Paper Layout view affects the final
position in the report output. Any physical offset in the
layout is incorporated into the percentage position
specified in the Anchor properties.
There are two types of anchors:
Implicit anchors:::
At runtime, Reports Builder generates an implicit anchor
for each layout object that does not already have an
explicit anchor. It determines for each layout object which
objects, if any, can overwrite it, then creates an anchor
from the layout object to the closest object that can
overwrite it. This prevents the object from being
overwritten. The implicit anchor functionality saves you
from having to define the positioning of each object.
Implicit anchors are not visible in the Paper Layout view.
However, you can specify in the Object Navigator Options
dialog box that the Object Navigator display anchoring
information. By default, objects are anchored to the upper
left corner of their enclosing object. If this view of the
Object Navigator does not show anchoring information for an
object, you can assume that the object is anchored to its
enclosing object, which might be the frame or the body.
Explicit anchors:::
You can create an anchor in the Layout editor using the
Anchor tool, dragging from one edge of the child to the one
of the parent's edges. Any anchor you create for an object
will override its implicit anchoring. Explicit anchors are
always visible in the Paper Layout view unless you specify
otherwise in the Layout Options dialog box.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / kranthi
anchoring is nothing but we can assign type the variable eg:
like rowtype,table type,record type
any queries
kranthikumar.jntu@gmailc.om
Is This Answer Correct ? | 0 Yes | 3 No |
How to create user and how u attach with responsibility.
can we execute one concurrent program through another concurrent program?
In Per_all_people_f table what is the significance of '_f ' ?
What is profile and what is level of profile option and it's hierarchy
how to find the custom directory in front end.
1 Answers IBM, Sierra Atlantica,
what are the mandatory parameters in suppler Conversion?
what is multi org structure?
Is soa a part of oracle fusion middleware?
What are file in oracle.
can u explain which situation automonus transaction is used
If there is any issue then whom do you report.(this is imp question for every interview)
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.