What is the difference between OLE Server & Ole Container?
Answer Posted / guest
An Ole server application creates ole Objects that are
embedded or linked in ole Containers ex. Ole servers are
ms_word & ms_excell. OLE containers provide a place to
store, display and manipulate objects that are created by
ole server applications. Ex. oracle forms is an
example of an ole Container.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Can we invoke one form from another in a multi-forms application?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
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
Name the different triggers supported by oracle reports and their firing order.
What do we mean by record group in oracle forms?
what is a package n what r the packages availbla in report
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
How can we generate report output in excel format?
what is difference between group above and group left report
What is the difference between flex mode and confined mode?
can you convert or reverse engineer a fmx back to a fmb file?
why the Ctl file u put only in bin folder why not in other folder
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed