Answer Posted / guest
Text item.
Chart item.
Check box.
Display item.
Image item.
List item.
Radio Group.
User Area item.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we invoke one form from another in a multi-forms application?
Is it possible to have multiple layouts in a report?
Explain how one can iterate through items and records in a specified block?
what is difference between group above and group left report
Explain how can you use the same lov for 2 columns?
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
what is the difference between call_form, new_form and open_form?
How can we generate report output in excel format?
What is a user exit program in oracle reports?
What do you understand by oracle forms?
how do u compile a form i.e .fmb file in Unix or in dos
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
where do u put the report file
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