>>> biz = self.Form.getBizobj()
 >>> print biz.Record.order_number
1207
 >>> print biz.Record.actual_panels
12
 >>> print "%(order_number)s: %(actual_panels)s" % biz.Record
"1207: 12"

I was going to add this feature to Dabo today because I thought it would be a 
cool 
enhancement, and then I tried it and it worked, because we already implemented 
this 
over 2 years ago (by adding the __getitem__() magic method to the CursorRecord 
object.

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