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
Explain how can you use the same lov for 2 columns?
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
Is it possible to execute a dynamic sql from forms?
What do you understand by lov?
hiding item in report how like that properly,thats manually but at runtime i want to do
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
Explain the different levels at which oracle form services interact.
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
What is the difference between flex mode and confined mode?
why the Ctl file u put only in bin folder why not in other folder
what is oracle forms?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
can you convert or reverse engineer a fmx back to a fmb file?