[dabo-users] Getting the old field value in Bizobj validate method

2011-07-19 Thread Nate Lowrie
I know I've asked this before but for the life of me I can't find it. In the validation method of the bizobj, how do I 1) see what fields are changed and 2) compare an old field value to the current field value. Regards, Nate ___ Post Messages to: Dabo-

Re: [dabo-users] Getting the old field value in Bizobj validate method

2011-07-19 Thread Jacek Kałucki
Użytkownik Nate Lowrie napisał: > I know I've asked this before but for the life of me I can't find it. > In the validation method of the bizobj, how do I 1) see what fields > are changed and 2) compare an old field value to the current field > value. > Hi. What about dBizobj.getRecordStatus() me

Re: [dabo-users] Getting the old field value in Bizobj validate method

2011-07-19 Thread John Fabiani
On Tuesday, July 19, 2011 10:24:15 am Jacek Kałucki wrote: > Użytkownik Nate Lowrie napisał: > > I know I've asked this before but for the life of me I can't find it. > > In the validation method of the bizobj, how do I 1) see what fields > > are changed and 2) compare an old field value to the cur

Re: [dabo-users] Getting the old field value in Bizobj validate method

2011-07-19 Thread Nate Lowrie
On Tue, Jul 19, 2011 at 13:31, John Fabiani wrote: > On Tuesday, July 19, 2011 10:24:15 am Jacek Kałucki wrote: >> >> >> What about dBizobj.getRecordStatus() method? > > Or > self.bizobj.oldVal('fieldName') Thank you both. These 2 methods are what I am looking for. Regards, Nate _

Re: [dabo-users] Postgres temp table as bizobj - solved

2011-07-19 Thread John Fabiani
On Friday, July 15, 2011 01:36:54 pm John Fabiani wrote: > Hi, > Has anyone ever used a postgres temp table as the data source in a bizobj? > > I'd like to create a postgres temp table - maybe in the createbizobj() > then use it as a normal bizobj. But - I'm not sure exactly how I'd set it > up.