On Nov 17, 2008, at 10:24 PM, johnf wrote:

> if len(self.getFieldVal("MTypeDec") < 1

        There are two ways to get the value of a particular column in the  
dataset for the current record. John has shown you one way: call the  
getFieldVal() method, with the column name as the argument. The other  
way is to use the bizobj's 'Record' property, which does all those  
calls for you. In this case, you could write self.Record.MTypeDec, and  
you would get the value.


-- Ed Leafe





_______________________________________________
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]

Reply via email to