Minggu, 14 April 2013

[belajar-access] textbox tidak bisa ke baris baru

 

Mohon Pencerahan..

sy mempunyai textbox cukup lebar telah di berikan event on keypress tapi semenjak diberikan event itu jadi tidak bisa pindah ke baris baru saat pencet enter, adakah cara agar jadi bisa tapi tetap mempertahankan event keypress yang sudah ada. trims

event keypress yg di gunakan :

Private Sub Rincian_KeyPress(KeyAscii As Integer)
' Allow only numbers and delete
Select Case KeyAscii
Case 43 To 57, 8
'okay - do nothing
Case Else
' 'Eat' the input
KeyAscii = 0
End Select
End Sub

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
SPAM IS PROHIBITED
.

__,_._,___

Tidak ada komentar:

Posting Komentar