Oracle Interview Questions And Answers


Computer Tutorials
Earn Money From Internet
Cheap Freelancers
Ask An Expert

Register Cheap Domain
Data Recovery
Best Mutual Funds
Trading Forex Online
Cheap Web Hosting
Ajax Tutorials
Cheap Cell Phone Plans
Free Mobile Learning
Job Portal
Photoshop Tutorials
Cheap Jewelry
Cheapest Air Travel

Oracle Interview Questions And Answers


Page 55 of 95 To specify that the console should be displayed, set the console
window form property to the name of any window in the form. To
include the console, set console window to Null.

12. What is the remove on exit property?

For a modelless window, it determines whether oracle forms hides the
window automatically when the operators navigates to an item in
the another window.

13. How many windows in a form can have console?

Only one window in a form can display the console, and you cannot chage
the console assignment at runtime.

14. Can you have more than one content canvas view attached with a
window?

Yes.
Each window you create must have atleast one content canvas
view assigned to it. You can also create a window that has
manipulate contant canvas view. At run time only one of the content
canvas views assign to a window is displayed at a time.

15. What are the different window events activated at runtimes?

When_window_activated
When_window_closed
When_window_deactivated
When_window_resized
Within this triggers, you can examine the built in system
variable system.event_window to determine the name of the window
for which the trigger fired.

Modules

27. What are different types of modules available in oracle form?

Form module - a collection of objects and code routines
Menu modules - a collection of menus and menu item commands that
together make up an application menu
library module - a collectio of user named procedures, functions
and packages that can be called from other modules in the application

18. What are the default extensions of the files careated by forms
modules?

.fmb - form module binary
.fmx - form module executable

19. What are the default extentions of the files created by menu
module?

.mmb, .mmx

20 What are the default extension of the files created by library
module?