/* */

Monday, April 4, 2011

[belajar-access] Re: Jump textbox

coba buat/tambahkan event Change di textBox Qty :


Private Sub txtQty_Change()
If Me.txtQty.Text = "1" Then
Me.txtdiskon.SetFocus
End If
End Sub


'================
--- In belajar-access@yahoogroups.com, "hstod" <hstudio7@...> wrote:
>
> Selamat siang..
> mau tanya, gimana code lompat dari textbox langsung ke baris selajutnya pada textbox.
>
> kode | item | qty | diskon |harga |
>
> jika qty=1 maka langsung pindah ke baris selanjutnya, tanpa enter2 masuk ke diskon lagi atau focus di qty. (saya sedang coba menggunakan barcode)
>
> tks
> hastod
>


------------------------------------

SPAM IS PROHIBITEDYahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/belajar-access/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/belajar-access/join
(Yahoo! ID required)

<*> To change settings via email:
belajar-access-digest@yahoogroups.com
belajar-access-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
belajar-access-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

No comments:

Post a Comment