Ed Leafe wrote:
>       BTW, another VFP-ism that I noticed someone else getting bit by is  
> the meaning of 'self.Form'. In Dabo, it means 'the form that contains  
> me'. This is different than VFP's 'Thisform', which means 'the form  
> that contains me, or myself if I'm the form'. If you're in a method  
> of the form and use the 'self.Form' reference, it will return None,  
> since no form contains that form. Just use 'self'.

Or, if you are a dDialog or dForm child of another dForm, self.Form will 
refer to the parent form. I get bitten by this periodically, still.

-- 
pkm ~ http://paulmcnett.com


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

Reply via email to