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 |
do i need to declare bind parameter before using in the query?
What is the maximum number of statements that can be specified in a trigger statement?
what are the error tables in OM
Can anybody tell me, What is the Implementation Process?
what is the difference between %_all and %_f tables
Is that Possible To create package Overloading , If Yes Give any Examples
what could be the problem if invoice_id is same in ap_invoices_all and ap_invoices_interface. while the Ord_id , invoice_num, and other things is diffrent .
what are centralized and decentralized level of control of item attributes?
In interface how u find errors and how to solve. How to fix it?
If the flat file is having the duplicate records in the interface how can you restrict while transferring the flat file data in to interface tables?
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?
List the types of flexfield?