How to create lov dynamically in oracle forms which is data comes from database procedure of out parameter, data will will out parameter of procedure base
1 1573Post New Oracle Forms Reports Questions
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
where do u put the report file
What is the difference between BPA AND Contract What are documents and test cases u followed
how do u place it in required folder
In what sequence do triggers get fired by oracle forms?
if u want to delete all these detail block etc what will happen in form
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
Is it possible to execute a dynamic sql from forms?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
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
all steps of bitmap report?
a text item is there what r the different types of triggers associated with it
What do we mean by record group in oracle forms?
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