Presentation is loading. Please wait.

Presentation is loading. Please wait.

LIST ITEM. List Style … Pop List Ditampilkan dalam bentuk field dengan tombol di sebelah kanan. Ketika tombol di klik maka sekumpulan data akan muncul.

Similar presentations


Presentation on theme: "LIST ITEM. List Style … Pop List Ditampilkan dalam bentuk field dengan tombol di sebelah kanan. Ketika tombol di klik maka sekumpulan data akan muncul."— Presentation transcript:

1 LIST ITEM

2 List Style … Pop List Ditampilkan dalam bentuk field dengan tombol di sebelah kanan. Ketika tombol di klik maka sekumpulan data akan muncul T-List Ditampilkan dalam bentuk field dengan vertikal scrollbar disebelah kanan. Gunakan scrollbar untuk melihat semua data yang ada pada elemen tersebut Combo Box Hampir sama dengan Pop List tetapi pada combo box ini kita bisa meng-input data

3 Contoh …

4 Hasil … Pop List T-List ComboBox

5 Berdasarkan data yang ditampilkan … 1. List Statis Mengisi List Element

6 2. List Dinamis Isi menggunakan fungsi

7 Check Box

8 Property … Merupakan objek yang menampilkan nilai benar/true atau salah/false Item Type menentukan tipe tampilan, pilih check box Value When Checked menentukan nilai yang diinginkan apabila checkbox diisi check Value when Unchecked menentukan nilai yang diinginkan apabila checkbox kosong Check Box Mapping of Other Values nilai selain Value When Checked dan Value When Unchecked - Checked - Unchecked - Not Allowed

9 Radio Group Radio Button

10 Radio Group merupakan kumpulan dari beberapa i tem radio button. Ada 2 cara pembuatannya : 1.Membuat dan merubah property melalui Object Navigator (Radio Group  Radio Button) 2.Membuat item radio button langsung di Canvas ya ng berkaitan (Radio Button  Radio Group) Adalah …

11 Cara 1 …

12

13

14

15 Cara 2 …

16

17 Pemanggilan Form … Call_form Runs an indicated form while keeping the parent form active. Form Builder runs the called form with the same Runform preferences as the parent form. When the called form is exited Form Builder processing resumes in the calling form at the point from which you initiated the call to CALL_FORM. Contoh : CALL_FORM('lookcust', no_hide, do_replace, query_only);

18 Open_form Opens the indicated form. Use OPEN_FORM to create multiple-form applications, that is, applications that open more than one form at the same time. Contoh : OPEN_FORM('stocks', no_activate);

19 New_form Exits the current form and enters the indicated form. The calling form is terminated as the parent form. If the calling form had been called by a higher form, Form Builder keeps the higher call active and treats it as a call to the new form. Form Builder releases memory (such as database cursors) that the terminated form was using. Form Builder runs the new form with the same Runform options as the parent form. If the parent form was a called form, Form Builder runs the new form with the same options as the parent form. Contoh : NEW_FORM(formname, to_savepoint, query_only);


Download ppt "LIST ITEM. List Style … Pop List Ditampilkan dalam bentuk field dengan tombol di sebelah kanan. Ketika tombol di klik maka sekumpulan data akan muncul."

Similar presentations


Ads by Google