Answer Posted / nishi
When-Image-Activated
can control or modify the default functionality of the oracle forms
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between call_form, new_form and open_form?
where do u put the report file
hiding item in report how like that properly,thats manually but at runtime i want to do
Explain how one can iterate through items and records in a specified block?
Explain how can you use the same lov for 2 columns?
what are bind variables?
What is responsibility and how u attach How to create user and how u attach with responsibility.
Why oracle forms required?
what is a package n what r the packages availbla in report
Name the different triggers associated with oracle forms having a master-detail relationship.
What is the difference between BPA AND Contract What are documents and test cases u followed
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
Explain the various types of oracle report?
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