On Jan 25, 2007, at 1:34 PM, Uwe Grauer wrote:

> I have defined a custom property in mychildform as type bool.
> In afterInit of mychildform i want to access the property.
> I tried:
> def afterInit(self):
>       print NewRec
>       print self.NewRec
>       print self._newRec
> which all do not work.
>
> Is this still buggy or do i do it wrong?

        It's just like any other property of the form: self.NewRec.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to