list item. list style … pop list ditampilkan dalam bentuk field dengan tombol di sebelah kanan....

Post on 01-Apr-2015

219 Views

Category:

Documents

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

LIST ITEMLIST ITEM

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

Contoh…

Hasil…

Pop List

T-List

ComboBox

Berdasarkan data yang ditampilkan…

1. List Statis

Mengisi List Element

2. List Dinamis

Isi menggunakan fungsi

Check BoxCheck Box

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

Radio Group Radio ButtonRadio Group Radio Button

Radio Group merupakan kumpulan dari beberapa item 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 yang berkaitan (Radio Button Radio Group)

Adalah…

Cara 1 …

Cara 1 …

Cara 1 …

Cara 1 …

Cara 2 …

Cara 2 …

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);

• 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);

• 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);

top related