How do you call other Oracle Products from Oracle Forms?
Answer Posted / guest
Run_product is a built-in, Used to invoke one of the
supported oracle tools products and specifies the name of
the document or module to be run. If the called product is
unavailable at the time of the call, Oracle Forms returns a
message to the opertor.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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
how to send file attachment from oracle forms
hiding item in report how like that properly,thats manually but at runtime i want to do
In what situation u create the BPA.
if some data is not transfered where it will get stored
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
What is the difference between bind and lexical parameter?
what is a package n what r the packages availbla in report
what are the new features introduced in oracle form services in 11g release 2?
can you convert or reverse engineer a fmx back to a fmb file?
what is difference between group above and group left report
Is it possible to execute a dynamic sql from forms?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
difference between global n context sensitive segments?