2013-02-12 28 views

回答

5

你正在尋找的方法是原稿()

查找範圍BOMTable的update()方法或BankAccountTrans

表有一個方法叫原稿暴露的上次保存的狀態值目前的紀錄。

一個很好的例子和說明可以在這裏找到 http://msdax.blogspot.co.uk/2007/07/programming-of-basic-methods-of-tables.html

void update() { 
    CustTable this_Orig = this.orig(); 
    ; 

    if (this_Orig.custGroup! = this.custGroup) 
    { 
     //Cust group is changing on this update 
    } 
    ...