1 / 11

REPORT

REPORT. Konseptual. Report adalah alat untuk menampilkan informasi dari data sesuai keperluan yang biasanya diperuntukan untuk dicetak dalam cetakan kertas Banyak jenis / bentuk laporan, seperti: Standard Form Leter Form Crosstab SubReport Mail label Drill Down OLAP. Pembuatan Report.

leigh-pratt
Download Presentation

REPORT

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. REPORT

  2. Konseptual • Report adalah alat untuk menampilkan informasi dari data sesuai keperluan yang biasanya diperuntukan untuk dicetak dalam cetakan kertas • Banyak jenis / bentuk laporan, seperti: • Standard • Form Leter • Form • Crosstab • SubReport • Mail label • Drill Down • OLAP

  3. Pembuatan Report • Dalam visual basic, membuat report dapat dilakukan dengan cara: • Data Report • Crystal Report

  4. Data Report • Buat Project baru • Tambah komponen dan aktifkan: • DataEnvironment • DataReport

  5. DataEnvironment • DataEnvironment adalah komponen yang digunakan untuk koneksi ke basis data • Pada Project Explorer: • Klik kanan -> add -> more activeX Diagram -> DataEnvironment

  6. DataEnvironment • Pada Connection -> Properties->Provider ->microsoft office 12.0 access database engine OLE DB Pro

  7. DataEnvironment • Isi Datasource dengan path file dari database yang akan digunakan • Pilih test connection • Jika berhasil makanakan muncul pesan seperti disamping

  8. Command • Command digunakan untuk koneksi ke tabel atau query dari database yang telah tersambung • Klik kanan command -> properties • Isi nama command dengan nama yang dikehendaki • Pilih database object dan object name

  9. DataReport • Data Report adalah tool untuk membuat laporan. • Data Report terdiri dari: • Report Header (untuk judul Laporan) • Page Header (untuk judul setiap halaman) • Detail (untuk isi data laporan, biasanya berulang) • Page Footer (untuk catatan halaman) • Report Footer (untuk catatan laporan)

  10. Data Report • Isi report header dengan label untuk membuat judul laporan • Isi page header dengan label untuk judul halaman (biasanya judul atribut) • Isi detail dengan field dari dataenvironment untuk isi laporan

  11. Pemrograman dengan Report • Buat form seperti berikut: • Buat prosedur untuk menampilkan data report pada saat tombol lap. Pegawai diklik

More Related