difference between repeating frame and frame
Answers were Sorted based on User's Feedback
Answer / murugendra
Repeating Frame: is used if u want to print records for a
group.Repeating frames surround all of the fields that are
created for a group’s columns. The repeating frame prints
(is fired) once for each record of the group.
Frame:It is a simple frame u can put any fields which are
outside of the repeating frame
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / suneel
Frame:
Contains other objects and prints only once
Repeating Frame:
Contains other objects and Prints once for each record of the "Associated Group"
| Is This Answer Correct ? | 2 Yes | 0 No |
how we can validate the run-time parameters in reports 6i
What do you mean by a pop-up window ?
What is a predefined exception available in forms 4.0?
What are the two panes that Appear in the design time pl/sql ?
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
Can we create two blocks with the same name in form 3.0 ?
List the system variables related in Block and Field?
What is the difference between restricted and unrestricted package procedure ?
From which designation is it preferred to send the output to the printed?
What are the difference between lov & list item?
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
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory