Use the Add_group_row procedure to add a row to a static
record group 1. true or false?
Answer Posted / 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 |
Post New Answer View All Answers
why the Ctl file u put only in bin folder why not in other folder
What do you understand by lov and how can it be used?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
how do u compile a form i.e .fmb file in Unix or in dos
how report can be generated if we have the database designed in oracle 10g?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
what is oracle forms?
if some data is not transfered where it will get stored
List the different types of columns in oracle reports.
what exactly u write in when_new_form_instance
What is a matrix report and how many minimum groups are required to prepare the same?
In what situation u create the BPA.
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
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
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output