D2k Notes
Contents
D2K........................................................................................................................................................2
Oracle Forms:........................................................................................................................................3
Hierarchy of Forms................................................................................................................................3
Nihar Ranjan Panda Page 1
D2k Notes
D2K
What is ERP?
Ans: It is an integrating system of the application implemented in organization.
What is D2 K ?
It is used to provide the end user the facility to run a project without any code.
It is used for the GUI as the front end toll.
Silent featu re o f D2 K:
No coding requires connecting the back end.
Minimum control max space for the design.
More built in package.
Less code require to implement any functionality.
Inst allat ion of D2 K:
Install the data base first. Then install the D2k software
Put the TNS file in the network/admin folder.
Ap plicat ion loaded afte r in stallation :
1. Oracle form 6i : Used to provide the i/p.
2. Oracle repo rt 6i : Used to generate the formatted output.
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
Fo r com piling & Runni ng the fo rm :
Open the form builder.
Create the form and write the code and save it.
Press CTRL+T for compile and CTRL+R for running.
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.
Fo r com piling & Runni ng the fo rm :
Open the report builder.
Create the report and save it.
Press CTRL+T for compile and CTRL+R for running.
Oracle Graph ics:
It consists of 2 tools
Nihar Ranjan Panda Page 2
D2k Notes
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.
It consist of 6 main objects
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 .
Pro pert y Pal ate :-
It is used to provide required setting like foreground colour, background colour etc.
PL/SQL Ed itor:-
It is used to provide required code by using required form triggers.
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
Nihar Ranjan Panda Page 3