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
Name the different triggers associated with oracle forms having a master-detail relationship.
What is the difference between bind and lexical parameter?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
Is it possible to execute a dynamic sql from forms?
how do u compile a form i.e .fmb file in Unix or in dos
how to send file attachment from oracle forms
In what situation u create the BPA.
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
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
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
In what sequence do triggers get fired by oracle forms?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What is the difference between flex mode and confined mode?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
Name the different triggers supported by oracle reports and their firing order.