d2k note

4
D2k Notes Contents D2K................................................................2 Oracle Forms:......................................................3 Hierarchy of Forms.................................................3 Nihar Ranjan Panda Page 1

Upload: nihar-panda

Post on 07-Apr-2015

623 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: D2K Note

D2k Notes

ContentsD2K........................................................................................................................................................2

Oracle Forms:........................................................................................................................................3

Hierarchy of Forms................................................................................................................................3

D2K

Nihar Ranjan Panda Page 1

Page 2: D2K Note

D2k Notes

What is ERP?

Ans: It is an integrating system of the application implemented in organization.

What is D2K ?

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 feature of D2K:

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.

Installation of D2K:

Install the data base first. Then install the D2k software

Put the TNS file in the network/admin folder.

Application loaded after installation:

1. Oracle form 6i: Used to provide the i/p.

2. Oracle report 6i : Used to generate the formatted output.

3. Oracle graphics 6i: Used to represent the data in graphical way i.e. in the format of chart or picture etc.

Forms 6i:

It consists of 3 tools

I. Form Builder – Used to store the source code in .fmb (FORM MODULAR BINARY) file formatII. Form Compiler – Used to generate the executable file .fmx (FORM MODULAR EXECUTABLE) file

formatIII. Form Runtime – It is used for display the o/p in .fmx file format

For compiling & Running the form:

Open the form builder. Create the form and write the code and save it. Press CTRL+T for compile and CTRL+R for running.

Reports 6i :

It consists of 3 tools

I. Report Builder – Used to store the source code in .rdf (REPORT DESIGN FRAMEWORK) file formatII. Report Compiler – Used to generate the executable file .rep (REPORT EXECUTABLE FORMAT) file

formatIII. Report Runtime – It is used for display the o/p file format.

For compiling & Running the form:

Open the report builder. Create the report and save it. Press CTRL+T for compile and CTRL+R for running.

Oracle Graphics:

It consists of 2 tools

I. Graphics Builder – Used to store the source code in .ogd (ORACLE GRAPHIC DESIGN)file formatII. Grphfics Compiler – Used to display the output of the file.

Nihar Ranjan Panda Page 2

Page 3: D2K Note

D2k Notes

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 Navigator:-

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 used to design the forms by using control Items like Text Item, Button, Radio Buttons etc.

Property Palate:-

It is used to provide required setting like foreground colour, background colour etc.

PL/SQL Editor:-

It is used to provide required code by using required form triggers.

EX :- WHEN-BUTTON-PRESSED

Menu Editor:-

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