harusnya gini bang :) Private Sub DTPicker1_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyReturn Then Text1.SetFocus End Sub
--- In [email protected], iwan gunawan <[EMAIL PROTECTED]> wrote: > > Private Sub dtpicker1_KeyPress(KeyAscii As Integer) > If KeyAscii = 13 Then > txt1.SetFocus > End If > End Sub > > > koding diatas salah dimana yah, gw pengen pas dtpicker di klik/ enter, pilih tgl trus setfocus ada di txt1, thanks yah b4. > > > > > > [Non-text portions of this message have been removed] >
