Minggu, 29 April 2012

Delphi 7 ( Toko Komputer XYZ )

Posted by Unknown On Minggu, April 29, 2012 | No comments
Coding/Listing : public     { Public declarations }     procedure aktif;     procedure nonaktif;     procedure bersih;   end; var   Form1: TForm1; implementation {$R *.dfm} procedure TForm1.aktif; begin lbtanggal.Enabled:= true; lbjam.Enabled:= true; ckode.Enabled:= true; ljenis.Enabled:= true; eharga.Enabled:= true; ejumbel.Enabled:=...

Delphi 7 ( Toko Komputer ABC )

Posted by Unknown On Minggu, April 29, 2012 | No comments
Coding/Listing : public     { Public declarations }     procedure aktif;     procedure nonaktif;     procedure bersih;   end; var   Form1: TForm1; implementation {$R *.dfm} procedure TForm1.aktif; begin cbmerk.Enabled := true; cbtipe.Enabled := true; eharga.Enabled := true; rbdistributor.Enabled := true; rbinternasional.Enabled...

Sabtu, 28 April 2012

Visual Basic ( Form SPP ( Lanjutan Form Siswa ) )

Posted by Unknown On Sabtu, April 28, 2012 | No comments
Komponen Yang Digunakan : Microsoft Ado Data Control 6.0 (OLEDB) Microsoft DataGrid Control 6.0 (OLEDB) Microsoft Windows Common Controls-2 6.0 (SP6) Listing Modul : Public conn As New ADODB.Connection Public rssiswa As New ADODB.Recordset Public rspembayaran As New ADODB.Recordset Public Sub openDB() Set conn = New ADODB.Connection Set rssiswa...

Visual Basic ( Form Siswa )

Posted by Unknown On Sabtu, April 28, 2012 | No comments
Komponen Yang Digunakan : Microsoft Ado Data Control 6.0 (OLEDB) Microsoft DataGrid Control 6.0 (OLEDB) Microsoft Windows Common Controls-2 6.0 (SP6) Listing Modul : Public conn As New ADODB.Connection Public rssiswa As New ADODB.Recordset Public Sub openDB() Set conn = New ADODB.Connection Set rssiswa = New ADODB.Recordset conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data...

Visual Basic ( Form Transaksi Kue ( Lanjutan Form Kue ) )

Posted by Unknown On Sabtu, April 28, 2012 | 2 comments
Komponen Yang Digunakan : Microsoft Ado Data Control 6.0 (OLEDB) Microsoft DataGrid Control 6.0 (OLEDB) Listing Modul : Public conn As New ADODB.Connection Public rskue As New ADODB.Recordset Public rstransaksi As New ADODB.Recordset Public Sub koneksi() Set conn = New ADODB.Connection Set rskue = New ADODB.Recordset Set rstransaksi = New ADODB.Recordset conn.Open...

Visual Basic ( Form Kue )

Posted by Unknown On Sabtu, April 28, 2012 | No comments
Komponen Yang Digunakan : Microsoft Ado Data Control 6.0  (OLEDB) Microsoft DataGrid Control 6.0 (OLEDB) Listing Modul : Public conn As New ADODB.Connection Public rskue As New ADODB.Recordset Public Sub koneksi() Set conn = New ADODB.Connection Set rskue = New ADODB.Recordset conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path &...

Blog Archive

Blogroll