Jumat, 25 Mei 2012

Delphi 7 (Tabel User)

Posted by Unknown On Jumat, Mei 25, 2012 | No comments
Coding/Listing :   public     { Public declarations }     procedure aktif;     procedure nonaktif;     procedure bersih;     procedure tampil;   end; var   Form1: TForm1; implementation {$R *.dfm} procedure TForm1.aktif; begin eid.Enabled := true; enama.Enabled := true; epass.Enabled := true; ealamat.Enabled...

Rabu, 23 Mei 2012

Visual Basic ( Transaksi Voucer Pulsa )

Posted by Unknown On Rabu, Mei 23, 2012 | No comments
Komponen Yang Dipakai :1. Microsoft ADO Data Control 6.0 (OLEDB)2. Microsoft DataGrid Control 6.0 (OLEDB) LIsting Module : Public conn As New ADODB.Connection Public rstransaksi As New ADODB.Recordset Public Sub koneksi() Set rstransaksi = New ADODB.Recordset conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Voucer.mdb" End Sub Listing/Coding...

Senin, 07 Mei 2012

Delphi 7 (Form Penyimpanan Barang)

Posted by Unknown On Senin, Mei 07, 2012 | 2 comments
Coding/Listing :   public   procedure tampil;   procedure bersih;   procedure nonaktif;   procedure aktif;     { Public declarations }   end; var   Form1: TForm1; implementation {$R *.dfm} procedure TForm1.aktif; begin ekdbarang.Enabled := true; enmbarang.Enabled := true; ebeli.Enabled := true; ejual.Enabled := true; estok.Enabled...

Rabu, 02 Mei 2012

Delphi 7 ( Pra UTS )

Posted by Unknown On Rabu, Mei 02, 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 etanggal.Enabled := true; ejam.Enabled := true; eno.Enabled := true; esks.Enabled := true; ejumlah.Enabled...

Visual Basic ( Pra UTS )

Posted by Unknown On Rabu, Mei 02, 2012 | No comments
Komponen Yang Dipakai : 1. Microsoft ADO Data Control 6.0 (OLEDB) 2. Microsoft DataGrid Control 6.0 (OLEDB) Listing Modul : Public conn As New ADODB.Connection Public rsbuku As New ADODB.Recordset Public Sub koneksi() Set conn = New ADODB.Connection Set rsbuku = New ADODB.Recordset conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Adam\Desktop\Visual...

Selasa, 01 Mei 2012

Delphi 7 ( Bioskop RST )

Posted by Unknown On Selasa, Mei 01, 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 etanggal.Enabled := true; ejam.Enabled := true; cbid.Enabled := true; enama.Enabled := true; cbkode.Enabled := true; ejudul.Enabled...

Blog Archive

Blogroll