Answer Posted / chaudhry
Calls the user exit named in the user_exit_string. Invokes
a 3Gl programe by name which has been properly linked
into your current oracle forms executable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
a text item is there what r the different types of triggers associated with it
How can we expand Parameter Form Canvas on Reports 6i?
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 is the difference between bind and lexical parameter?
Name the different triggers associated with oracle forms having a master-detail relationship.
Explain the different levels at which oracle form services interact.
What do you understand by lov?
what is oracle forms?
Is it possible to have multiple layouts in a report?
what are the new features introduced in oracle form services in 11g release 2?
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 are the various configuration files that are used by oracle forms?
difference between global n context sensitive segments?
Can we invoke one form from another in a multi-forms application?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?