Answer Posted / a.kondala rao.
client-side program units and sharing them among multipule
applications. Once you create a library, you can attach it
to any other form,menu,or library modules. When you can call
library program units from triggers menu items commands and
user named routine, you write in the modules to which
you have attach the library.
when a library attaches another library ,program units in
the first library can reference program units in the
attached library. Library support dynamic loading-that
is library program units are loaded into an
application only when needed. This can significantly
reduce the run-time memory requirements of an applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a matrix report and how many minimum groups are required to prepare the same?
What is an oracle report?
What is an SQL FORMS ?
how do u compile a form i.e .fmb file in Unix or in dos
difference between global n context sensitive segments?
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
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
what is difference between group above and group left report
how do u place it in required folder
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
from where do u receive the information to develop report
Explain the different levels at which oracle form services interact.
Explain the various types of oracle report?
Is it possible to execute a dynamic sql from forms?
What do we mean by record group in oracle forms?