Answer Posted / 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 |
Post New Answer View All Answers
what are the new features introduced in oracle form services in 11g release 2?
what are the oracle forms services components include?
What do you understand by oracle forms?
List the different types of columns in oracle reports.
How to create Drill down report?
can you convert or reverse engineer a fmx back to a fmb file?
all steps of bitmap report?
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
What are the various configuration files that are used by oracle forms?
if some data is not transfered where it will get stored
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
i have a repeating frame that prints on every page for a product code. But when on page ends the info associated with that product code is truncated and not overflowed to the next page.On the next page data with the new product code is displayed. I want the data for one product code to be continued on the next page if it does not fit on a single page. The values are as: repeating frame vertical = variable horizontal = variable page protect = 0 print object on = first page base printing on = enclosing object for the outermost frame which encloses the repeating frame: print object on = last page base printing on = anchoring object end of layout section = yes rest all the values are same as the repeating frame
what is difference between group above and group left report
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
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?