Sudah bisa berjalan :)
Thanks --- In [email protected], Teddy G <ciu...@...> wrote: > > hi, > > scriptnya ditambahkan jadi seperti dibawah ini : > li_new = dw_1.getitemnumber( dw_1.getrow( ),"qty",Primary!, TRUE) > > contoh dari help di PB : > //=============== > These statements set EmpNbr to the original numeric data in the primary buffer for row 4 of the column named salary of dw_Employee: > > integer EmpNbr > > EmpNbr = dw_Employee.GetItemNumber(4, & > > "salary", Primary!, TRUE) > //================ > > semoga bisa membantu > > Regards, > > Teddy > > > > > ________________________________ > From: khalatif8 <khalat...@...> > To: [email protected] > Sent: Friday, January 9, 2009 3:28:37 PM > Subject: [indopb] old and new value > > > Hi all > > bisakah dibantu bagaimana mengambil nilai pada saat modus edit di datawindow. > > Misal data awal qty nilainya = 5, > kemudian saya edit menjadi = 12 > > apabila saya simpan dan ambil dengan script > > li_new = dw_1.getitemnumber( dw_1.getrow( ),"qty") > maka nilai li_new = 12 > > Mohon bantuanyya buat syntax untuk mengambil nilai sebelum edit (yang hasilnya 5) > > Best Regards > > Khairul > ------------------------------------ ----------------------------------------------- IndoPB - Indonesia PB User Group http://groups.yahoo.com/group/indopbYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indopb/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/indopb/join (Yahoo! ID required) <*> To change settings via email: mailto:[email protected] mailto:[email protected] <*> 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/
