Mang Abun, coba pake event "rowfocuschanged" event ini mempunyai argument "currentrow" "currentrow" variable argument inilah yang mengekpresikan "posisi" UI. perubahan focus row pada datawindow TIDAK merubah current cursor position. Anda harus menjalankan function "scrolltorow" untuk memindahkankan kursor. dan harus diperhatikan juga function ini TIDAK membuat posisi focus row pada GUI berpindah!
On Mon, 11 Oct 2004 16:39:39 +0700, "Rio Albert" <[EMAIL PROTECTED]> said: > > Abun...coba pake sintak berikut ;) > > // pada event clicked di data windownya pake script : > this.scrolltorow(row) > > // trus pada event rowfocuschanged pake script : > this.selectrow(0,false) > this.selectrow(this.getrow(),true) > > ctt : this = nama datawondow nya > > otomatis begitu data window di clicked yg keberapa kali...akan menunjuk > ke > row yg kita clicked ;) > > G' Luck > > > > ----- Original Message ----- > From: "Abun" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, October 11, 2004 9:13 AM > Subject: [indopb] Mengambil Row ke n ?? > > > > > > Bagaimana mengambil suatu row dalam Data window (current row) ?? > > Apakah row itu selalu langsung berubah pada saat memindahkan row dalam > data window ??? > > > > saya mengunakan script : dw_1.getrow() tapi selalu menghasil selalu 1 > > > > Mengapa demikian ??? > > > > Makasih sebelumnya ... > > > > > > > > > > > > [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 > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > -- wihartoyo [EMAIL PROTECTED] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
