what is place holder column
Answers were Sorted based on User's Feedback
Place holder column is a column for which you set the
datatype and value in pl/sql that you difine
you can set the value of a placeholder column in the
following places
1. the before report trigger, if the placeholder is a
report_level column.
2. A report level formula column,if the placeholder is a
report_level column.
3. A formula in the placeholders group or a group below
it(the value is set once for each record of the group)
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / surya
It is column which holds the value and used as a reference
in report.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sugantha
Place holder is a column.which is mainly used to store the
temporary value in oracle reports. It can not displayed.
only store and use it
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the different styles of actvation of ole Objects?
When to use Place holder columns in Oracle Reports and what is a place holder column?
How do you reference a Parameter?
When a form is invoked with call_form, Does oracle forms issues a save point?
State any three mouse events system variables?
Can a repeating frame be careated without a data group as a base?
What are the built_ins used the display the LOV?
I HAVE A REPORT LAYOUT LIKE THIS RUNDATE -FIELD DEPTNO-FIELD ------------------------------------------------------------ ------------------- EMPNO-----ENAME------SAL-----COMM----MGR----- ------------------------------------------------------------ ------------------ ------- ------------ -------- -------- -------- MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE. I WANT LIKE THIS ....
What are the types of canvas-views?
Explain how one can iterate through items and records in a specified block?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
how to call forms in parametar forms