kode program:

Private Sub cmdbatal_Click()

txtkd.SetFocus

txtkd.Text = “”

txtnama.Text = “”

txtjumlah.Text = “”

txtsisa.Text = “”

txtterjual.Text = “”

txtharga.Text = “”

txttotal.Text = “”

End Sub

Baca entri selengkapnya »

“ MENGHITUNG JUMLAH PEMASUKAN TIKET KA ”

Private sub text1_keypress(keyascii as integer)

If keyascii = 13 then

Text2.setfocus

End

End sub

Private sub text2_keypress(keyascii as integer)

If keyascii=13 then

Text3.setfocus

End if

End sub

Baca entri selengkapnya »

Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.

Here are some suggestions for your first post.

  1. You can find new ideas for what to blog about by reading the Daily Post.
  2. Add PressThis to your browser. It creates a new blog post for you about any interesting  page you read on the web.
  3. Make some changes to this page, and then hit preview on the right. You can always preview any post or edit it before you share it to the world.