coba pakai cara ini... sub kosongkanformulir () txt1.text="" cmb1.ListIndex = - 1 cmb2.ListIndex = - 1 end sub
--- Toni Rahayu <[EMAIL PROTECTED]> wrote: > > > kalo pake cmb.Clear, masih nongol, cobain saja > dengan > cmb1.Text = "" > cmd2.Text = "" > > dengan catatan style dari combo tersebut adalah > Dropdown Combo > > > > > > "Santo Budhisatrio" <[EMAIL PROTECTED]> on > 28/08/2006 05:57:42 PM > > Please respond to [email protected] > > To: [email protected] > cc: (bcc: Toni Rahayu/IT/domino_srv) > > Subject: [indoprog-vb] Re: ada yang bisa > bantu,gak.... > > > > kalau maksudnya mengosongkan combobox pakai cara ini > saja: > > cmb1.Clear > cmb2.Clear > > > --- In [email protected], harli harli > <[EMAIL PROTECTED]> > wrote: > > > > ada masalah niiiih, gw coba kosongkanformulir tapi > pada form > tersebut tdk kosong terutama pd bagian combobox... > > koding yang gw pake : > > > > sub kosongkanformulir () > > txt1.text="" > > cmb1.ListIndex = cmb1.ListCount - 1 > > cmb2.ListIndex = cmb2.ListCount - 1 > > > > end sub > > > > tolong dibantuannya..........thanx > > > > > > --------------------------------- > > Apakah Anda Yahoo!? > > Kunjungi halaman depan Yahoo! Indonesia yang baru! > > > > [Non-text portions of this message have been > removed] > > > > > > > > ---------- > > > > > > > Toni Rahayu > PT. Omedata Electronics > IT Department > Hunting : (62-22) 6030805 Ext 121 > Faxs : (62-22) 6030896 > Homepage : http://toni.rahayu.tripod.com > > > > > > > [Non-text portions of this message have been > removed] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Untuk berhenti berlangganan kirim email kosong ke : [EMAIL PROTECTED] Bagi terjangkit virus lokal, zip virus tersebut dan kirim ke [EMAIL PROTECTED], kami akan membuat removalnya untuk anda. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indoprog-vb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
