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
how to send file attachment from oracle forms
Can we invoke one form from another in a multi-forms application?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
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 an implicit anchor and how is it a different form explicit anchor in a report builder?
What is an SQL FORMS ?
i am writing a query select EmpNo from Emp how can i call in after parameter form
what are the new features introduced in oracle form services in 11g release 2?
List out the oracle forms configuration files?
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
In what sequence do triggers get fired by oracle forms?
where do u put the report file
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
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 call_form, new_form and open_form?