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 the use of image_zoom built-in?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
What are the different Parameter types?
i am writing a query select EmpNo from Emp how can i call in after parameter form
Is the After report trigger fired if the report execution fails?
What is the difference between BPA AND Contract What are documents and test cases u followed
what is procedure like symbols of bind and lexical
Name of the functions used to get/set canvas properties?
how i build a report
When will ON-VALIDATE-FIELD trigger executed ?
What built-in is used for changing the properties of the window dynamically?
Commited block sometimes refer to a BASE TABLE ? True or False.