Ed Leafe wrote:
> 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.

In the olden days of Dabo, you used to be able to say biz.<fieldname> but 
modern dabo 
enforces biz.Record.<fieldname>. If you were following a doc that used the old 
form, 
please show us that doc so we can update it!

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]

Reply via email to