1 / 14

Oleh Munawar Asikin

BAHASA PEMROGRAMAN VISUAL FOXPRO: LOGIKA PERCABANGAN, LOGIKA PENGULANGAN, FUNGSI KONVERSI DAN MESSAGE BOX. Oleh Munawar Asikin. LOGIKA PERCABANGAN. PERINTAH LOGIKA IF - IF ... ENDIF - IF ... ELSE ... ENDIF. PERINTAH DO CASE ... ENDCASE. PROSES PENGULANGAN.

lyle
Download Presentation

Oleh Munawar Asikin

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BAHASA PEMROGRAMAN VISUAL FOXPRO: LOGIKA PERCABANGAN, LOGIKA PENGULANGAN, FUNGSI KONVERSI DAN MESSAGE BOX Oleh MunawarAsikin

  2. LOGIKA PERCABANGAN • PERINTAH LOGIKA IF - IF ... ENDIF - IF ... ELSE ... ENDIF • PERINTAH DO CASE ... ENDCASE

  3. PROSES PENGULANGAN • PERINTAH DO WHILE – ENDDO DO WHILE ……………………. ……………………. Bagian program yang akan diulang ……………………. ENDDO • Pengulangan EOF() dan BOF() Dalam Proses Berulang DO WHILE.NOT.EOF() ……………………. ……………………. Bagian program yang akan diulang ……………………. ENDDO • PERINTAH FOR ... ENDFOR FOR <var>=<nilai_awal> TO <nilai_akhir> ……………………. ……………………. Bagian program yang akan diulang ……………………. ENDFOR • PERINTAH SCAN ... ENDSCAN SCAN [FOR <kondisi1>] [WHILE <kondisi2>] ……………………. ……………………. Bagian program yang akan diulang ……………………. [loop] [Exit] ENDSCAN

  4. FUNGSI • Fungsi Konversi • Fungsi Tanggal dan Waktu • Fungsi String

  5. FUNGSI konversi • VAL (string alphanumerik) • DTOC (date) • CTOD (string alphanumerik)

  6. FUNGSI tanggal dan waktu • TIME() • DATE() • CDOW(date) • CMONTH(date) • DOW(date)

  7. FUNGSI string • UPPER • LOWER • TRIM<alphanumerik> • LTRIM<aplanumerik> • RTRIM<alphanumerik> • SUBSTR<alphanumerik> • LEFT<alpanumerik> • RIGHT<alphanumerik> • LEN<alphanumerik> • ASC<alphanumerik>

  8. Kotak dialog/message box • Messagebox(“pesan”,<tipe_kotak_dialog>,<judul>)

  9. Tabel nilai untuk jenis kotak dialog

  10. Tabel icon pada kotak dialog

  11. Nilai tombol yang dipilih

  12. Pengaturan properties • Name • Caption • Text • FontName • Backcolor • Forecolor • Enabled • Visible Height • Width • Top • Left • Tabindex • Dragmode • Mousepointer • Autosize • FontBold • BackStyle

  13. Macam-mcam event • Click • DblClick • DragDrop • Activate • DeActiave • GotFocus • LostFocus • Load • UnLoad • Init • Valid • KeyPress • Interactive Change

  14. TERIMA KASIH • munawar@stis.ac.id

More Related