Use the Add_group_row procedure to add a row to a static
record group 1. true or false?
Answers were Sorted based on User's Feedback
Answer / sudipta santra
Add_Group_Row is used for making the non-query based record
group. It is not static, static record group is different.
Suppose inside loop any cursor be fetched and after making
some operation the values are set into a group for sending
it into the report in that case this type of record group be
used, so Add_Group_Row after that Add_Group_Column.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a difference between pre-select and pre-query?
What is the difference between flex mode and confined mode?
What is a Static Record Group?
difference between place holder and formula column
3 Answers Cognizant, IBM, Microsoft,
With which function of summary item is the compute at options required?
What is the difference between object embedding & linking in Oracle forms?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
What is the difference between formula column and place holder?
what is the diffrence between before parameter form triger & formate trigger
What are the two panes that Appear in the design time pl/sql ?
What are the different display styles of list items?
What is a Query Record Group?