Nate Lowrie wrote: > On Wed, Jun 25, 2008 at 7:56 AM, Ed Leafe <[EMAIL PROTECTED]> wrote: >> On Jun 25, 2008, at 8:52 AM, Nate Lowrie wrote: >> >>>> I can't play around with it for now, but can you enter >>>> something like >>>> 'self.Parent.bizobjname'? Assuming, of course, that the dialog is >>>> created as a child of the main form. >>> I tried that but it didn't do anything. I will play around some >>> more with it. >> You can always pass the bizobj to the dialog in the __init__(), and >> save it as a form attribute. The bind to 'self.bizatt' or 'form.bizatt'. > > Ok, silly question. I created my __init__ method and got everything > setup. Then, I went to call super so I could instantiate the object > properly, but I don't know what to use for the class name. I tried > using the name in the property sheet to no avail.
self.super() works this out for you. _______________________________________________ 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]
