Answer Posted / guest
the pop-up field editor
pop-up list of values
pop-up pages
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the various configuration files that are used by oracle forms?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
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
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
What do you understand by oracle forms and why are they required?
from where do u receive the information to develop report
Explain how can you use the same lov for 2 columns?
What is an oracle report?
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
What is the difference between flex mode and confined mode?
What is an SQL FORMS ?
if u want to delete all these detail block etc what will happen in form
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
i am writing a query select EmpNo from Emp how can i call in after parameter form
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