Maaf bozz saya menambahkan , coba buka Help PB cari Metode "MOVE"
----- Original Message ----- From: "Ryu-Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 8:30 AM Subject: Re: [indopb] Re: query > terima kasih Mas Yacub, atas informasinya setelah saya coba berhasil, tapi sekarang timbul pertanyaan bagaimana meletakkan baris yang terpilih menjadi urutan pertama dalam dw > contoh data : > abas > abror > acong > aciong > adang > bambang > bangun > dst.... > > pada saat di sle_query kita ketik : aci > maka focus akan ke aciong (ini sudah bisa dilakukan) , dan urutan data dalam datawindow menjadi : > aciong-------> menjadi urutan pertama(paling atas di dw) > adang > bambang > bangun > dst... > > Mohon pencerahannya, maaf kalau pertanyaannya terlalu standard karena sama memang masih pemula. > > ----- Original Message ----- > From: Yacub Iwan Setiawan > To: [EMAIL PROTECTED] > Sent: Wednesday, September 22, 2004 4:47 PM > Subject: [indopb] Re: query > > > > Alternatif lainnya coba buka : > > http://www.justpbinfo.com/pbtips/dwscrollsearch.asp > > Semoga dapat menjawab pertanyaan anda. > > --- In [EMAIL PROTECTED], anas syarief <[EMAIL PROTECTED]> wrote: > > mungkin caranya > > is_filter = sle_1.text > > If Len(is_filter) > 0 Then > > dw_1.setsort('cust_num A') > > dw_1.sort() > > ll_found_row = dw_1.Find("Lower(#3)>=~"" + Lower(is_filter) > + "~"",1, 99999) > > dw_1.ScrollToRow(ll_found_row) > > End If > > > [Non-text portions of this message have been removed] > > > > > IndoPB - Indonesia PB User Group > To Post a message, send it to: [EMAIL PROTECTED] > To Unsubscribe,send a blank message to: [EMAIL PROTECTED] > Yahoo! Groups Links > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/NhFolB/TM --------------------------------------------------------------------~-> IndoPB - Indonesia PB User Group To Post a message, send it to: [EMAIL PROTECTED] To Unsubscribe,send a blank message to: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indopb/ <*> 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/
