What is the advantage of the library?
Answers were Sorted based on User's Feedback
Answer / chaudhry
Library's provide a convenient means of storing
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 ? | 3 Yes | 0 No |
Answer / 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 |
Can you change the alert messages at run-time?
What is a Static Record Group?
What is the sequence the Report triggers will fires while running a report ?
If a break order is set on a column would it effect columns which are under the column?
how to create the triggers in the forms?
What is a radio Group?
Why oracle forms required?
What is the use of Page Protect Property?
How do you pass the parameters from one form to another form?
What is an anchoring object & what is its use?
i am writing a query select EmpNo from Emp how can i call in after parameter form
What are built-ins associated with timers?