On 2/19/10 3:47 PM, Nate Lowrie wrote: > Is there an easy way to figure out if a field in the current bizobj > record has changed?
Depends if you mean "changed in the bizobj", or "changed in the db since biz.requery()". For the former, use biz.getFieldVal(fld_name) != biz.oldVal(fld_name). Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
