D2K Note
D2K Note
Contents
D2K........................................................................................................................................................2
Oracle Forms:........................................................................................................................................3
Hierarchy of Forms................................................................................................................................3
D2K
What is ERP?
What is D2 K ?
It is used to provide the end user the facility to run a project without any code.
Silent featu re o f D2 K:
Install the data base first. Then install the D2k software
3. Oracle g raphi cs 6i : Used to represent the data in graphical way i.e. in the format of chart or
picture etc.
Fo rm s 6i:
It consists of 3 tools
I. Fo rm Buil der – Used to store the source code in .fmb (FORM MODULAR BINARY) file format
II. Fo rm Comp ile r – Used to generate the executable file .fmx (FORM MODULAR EXECUTABLE) file
format
III. Fo rm Runtime – It is used for display the o/p in .fmx file format
Rep orts 6i :
It consists of 3 tools
I. Rep ort Bu il der – Used to store the source code in .rdf (REPORT DESIGN FRAMEWORK) file
format
II. Rep ort Co mpi ler – Used to generate the executable file .rep (REPORT EXECUTABLE FORMAT) file
format
III. Rep ort Runt ime – It is used for display the o/p file format.
It consists of 2 tools
I. Graphi cs Bui lde r – Used to store the source code in .ogd (ORACLE GRAPHIC DESIGN)file format
II. Grph fi cs Com pil er – Used to display the output of the file.
Oracle Forms:
Oracle Forms consists of five main Interfaces
a. Object Navigator
b. Layout Editor
c. Property Palate
d. PL/SQL Editor
e. Menu Editor
Object N avigator:-
It is used to create & navigate between different object of forms or different forms.
Forms
Menu
Object Library
PL/SQL Library
Built in Packages
Database Packages
Layout Editor:-
It is use d to desi gn the fo rms b y us ing cont rol Ite ms li ke Text Item , Button, Rad io Buttons
etc .
It is used to provide required setting like foreground colour, background colour etc.
PL/SQL Ed itor:-
EX :- WHEN-BUTTON-PRESSED
Menu Ed itor:-
It is used to create user defined menu bar, which is stored in an external file. Mmb Which can be assigned to
required form.
Hierarchy of Forms