Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

1. Give the Types of modules in a form?

- Form
- Menu
- Library
2. Write the Abbreviation for the following File Extension
1. FMB
2. MMB
3. PLL
FMB ----- Form Module Binary.
MMB ----- Menu Module Binary.
PLL ------ PL/SQL Library Module Binary.
3. What are the design facilities available in forms 4.0?
Default Block facility.
Layout Editor.
Menu Editor.
Object Lists.
Property Sheets.
PL/SQL Editor.
Tables Columns Browser.
Built-ins Browser.
4. What is a Layout Editor?
The Layout Editor is a graphical design facility for creating and arranging items and
boilerplate text and graphics objects in your application's interface.
5. What do you mean by a block in forms4.0?
Block is a single mechanism for grouping related items into a functional unit for
storing,displaying and manipulating records.
6. Explain types of Block in forms4.0?
Base table Blocks.
Control Blocks.
1. A base table block is one that is associated with a specific database table or view.
2. A control block is a block that is not associated with a database table.
7. What are the options available to refresh snapshots?
COMPLETE - Tables are completely regenerated using the snapshot's query and the
master tables every time the snapshot referenced.
FAST - If simple snapshot used then a snapshot log can be used to send the changes
to the snapshot tables.
FORCE - Default value. If possible it performs a FAST refresh; Otherwise it will
perform a complete refresh.
8. List the Types of tems?
Text item.
Chart item.
Check box.
Display item.
Image item.
List item.
Radio Group.
User Area item.
9. What is a Navigable item?
A navigable item is one that operators can navigate to with the keyboard during
default navigation, or that Oracle forms can navigate to by executing a navigational
built-in procedure.
10. Can you change the color of the push button in design time?
No.
11. What is a Check Box?
A Check Box is a two state control that indicates whether a certain condition or value

You might also like