what is Flex mode and Confine mode?
Answers were Sorted based on User's Feedback
Answer / oracleapps_learner
Confine mode
On: child objects cannot be moved outside their
enclosing parent objects.
Off: child objects can be moved outside their enclosing
parent objects.
Flex mode:
On: parent borders "stretch" when child objects are moved
against them.
Off: parent borders remain fixed when child objects are
moved against them.
| Is This Answer Correct ? | 55 Yes | 2 No |
Answer / sameer
CONFINE MODE:
child objects cannot be moved outside their
enclosing parent objects when it is pressed or ON in layout
model of Report and child objects can be moved outside
their enclosing parent objects when it is not pressed
i.e.OFF.
FLEX MODE:
Parent borders stretches when child/field objects
inside the frame are MOVED ACROSS the frame(Repeating or
non repeating)when flex mode is ON.
Parent borders remain FIXED when child/field objects are
moved against the frame when flex mode is OFF.
| Is This Answer Correct ? | 18 Yes | 2 No |
difference between 2 way and 4 way matching
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
where the accounting related data is stored ?
After completing Report customization process.suppose we have 10 report parameter in report so, that we re-register that parameter in concurrent program?
How can u call a standard interface program from sql or pl/sql code?
why we can use synonym?
in one report using two layout models.if yes how to do
what are the different types of parameters avialable in reports?
What is Place holder Columns?
While registering the concurrent program we first do the executable concurrent program and then define it . So why we need to give the application name twice in executable and as well as definitions
Can you have two functions with the same name in a pl/sql block?
I Have report which is having field at the end of page,,, problem is when i run report data is overflowing to the next page,,i want the data to come on same page can anybody help me out????