Presentation is loading. Please wait.

Presentation is loading. Please wait.

Oracle Developer/2000.

Similar presentations


Presentation on theme: "Oracle Developer/2000."— Presentation transcript:

1 Oracle Developer/2000

2 Developer/2000 Products Forms Reports Graphics

3 Oracle Forms

4 Oracle Forms Modules Libraries Menu Forms Database Other Dev/2000
Products

5 GUI Oracle Forms Designer
Open Save Run Debug Add Delete

6 Form Module Hierarchy Form Module Window Canvas Block Trigger Other
User-Named Program Unit Trigger Other Objects Item Trigger Trigger

7 Blocks, Items, and Canvases
Block A Items Block B Items

8 Creating a New Form Module
Buat modul baru Ganti nama modul Diawali dengan huruf Unik Bukan reserved word Atur property modul

9 Creating a New Block Create base table block
Click Blocks pada Object Navigator Isi nama table Set General, Item, and Layout properties Create non base table block Isi nama Block

10 Creating a New Canvas Click Canvas-Views pada object Navigator
Ubah nama Canvas Tentukan type Canvas Content Stacked Horizontal Toolbar Vertical Toolbar

11 Time to Practice

12 Data Elements Boilerplate Text Button Check Box Radio Group Text Item
Image Item Boilerplate Graphics Display Item List Item

13 Aturan Penulisan PL/SQL
Setiap perintah diakhiri dengan ; Penulisan Variable global, Forms Parameter dan Form Item diawal dengan :

14 PL/SQL Statement (Kondisi)
IF IF (kondisi) THEN statement; ELSE END IF;

15 PL/SQL Statement (Kondisi)
Nested IF IF (kondisi) THEN statement; ELSIF ELSE END IF;

16 PL/SQL Statement (Perulangan)
For … FOR j in 1…n LOOP statement; END LOOP;

17 PL/SQL Statement (Perulangan)
Loop … LOOP EXIT WHEN (kondisi); statement; END LOOP;

18 Creating a Program Unit
Click Program Unit pada Object Navigator Isi Nama Pilih Type Program Unit Tulis PL/SQL Compile


Download ppt "Oracle Developer/2000."

Similar presentations


Ads by Google