Rdx291

Untitled

May 25th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. sqlnya = "delete from tabel1 where field1='" & TextBox1.Text & "'"
  2. Call jalan()
  3. MsgBox("Data Berhasil Terhapus")
  4. Timer1.Start()
  5. Button4.Enabled = True
  6. Button5.Enabled = False
  7. Button6.Enabled = False
  8. TextBox1.Enabled = True
Advertisement
Add Comment
Please, Sign In to add comment