MATERI-MATERI MATA KULIAH SISTEM INFORMASI STMIK MDP

Pasang Iklan Gratis Disini !!!

ads ads ads ads

Senin, 26 Maret 2012

Form Barang

. Senin, 26 Maret 2012

Desain Awal :

Awal
Coding txt_nomor keypress :

If e.KeyChar = Chr(13) Then txt_jml.Focus()
        If UCase(Microsoft.VisualBasic.Left(txt_no.Text, 2)) = "AA" Then
            lbl_nama.Text = "Kursi"
        ElseIf UCase(Microsoft.VisualBasic.Right(txt_no.Text, 2)) = "BB" Then
            lbl_nama.Text = "Meja"
        ElseIf UCase(Microsoft.VisualBasic.Right(txt_no.Text, 2)) = "CC" Then
            lbl_nama.Text = "Lemari"
        End If
        If UCase(Microsoft.VisualBasic.Right(txt_no.Text, 2)) = "B1" Then
            lbl_harga.Text = 150000
        ElseIf UCase(Microsoft.VisualBasic.Right(txt_no.Text, 2)) = "B2" Then
            lbl_harga.Text = 250000
        ElseIf UCase(Microsoft.VisualBasic.Right(txt_no.Text, 2)) = "B3" Then
            lbl_harga.Text = 750000
        End If

Coding txt_jumlah keypress :
 If e.KeyChar = Chr(13) Then lbl_total.Text = Val(lbl_harga.Text * txt_jml.Text)

Coding Button Baru :

        txt_no.Enabled = True
        lbl_nama.Enabled = True
        lbl_harga.Enabled = True
        txt_jml.Enabled = True
        lbl_total.Enabled = True

        txt_no.Text = ""
        lbl_nama.Text = ""
        lbl_harga.Text = ""
        txt_jml.Text = ""
        lbl_total.Text = ""

       txt_no.Focus()

Coding Button Kosong :

        txt_no.Enabled = False
        lbl_nama.Enabled = False
        lbl_harga.Enabled = False
        txt_jml.Enabled = False
        lbl_total.Enabled = False

        txt_no.Text = ""
        lbl_nama.Text = ""
        lbl_harga.Text = ""
        txt_jml.Text = ""
        lbl_total.Text = ""

Coding Button Keluar :
If MsgBox("Apakah Anda Ingin sekali Keluar dari Form ini ? ", MsgBoxStyle.Question + MsgBoxStyle.YesNo, ) = MsgBoxResult.Yes Then Me.Close()

F5 Debug Preview :
Preview
Button Baru
Button Kosong
Button Keluar





SEMOGA BERMANFAAT

0 komentar:

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Posting Komentar

Tuliskan Komentar Disini..

Related Posts Plugin for WordPress, Blogger...
 
{Sistem Informasi} is proudly powered by Blogger.com | Template by : Sukriyadi | sukriyadi.blogspot.com