Re: [dabo-users] a better way to find if a field has changed

2011-08-16 Thread Paul McNett
On 8/15/11 12:38 PM, Paul McNett wrote: that's my point. I'd like to use the field as a flag as part of a series of flags (even considered a state machine). But now I need a field to tell me if there were any changes. def isFieldChanged(self, field_name, row=None): return

Re: [dabo-users] a better way to find if a field has changed

2011-08-16 Thread John Fabiani
On Tuesday, August 16, 2011 04:36:40 pm Paul McNett wrote: On 8/15/11 12:38 PM, Paul McNett wrote: that's my point. I'd like to use the field as a flag as part of a series of flags (even considered a state machine). But now I need a field to tell me if there were any changes.