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 package procedure is used for calling another form ?
what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item
What is relation between the window and canvas views?
Can you change the color of the push button in design time?
from where do u receive the information to develop report
What is pop list?
What do you mean by a pop-up window ?
What is a canvas-view?
What is the use of place holder column?
How to create LOV in Oracle forms?
Name of the functions used to get/set canvas properties?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?