On Wed, Jun 25, 2008 at 9:14 AM, Paul McNett <[EMAIL PROTECTED]> wrote: > 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.
Ah. Forgot about that. Have an update. I have figured out that the Bizobj reference isn't getting set right in the Properties tab. I can set it to "self._myBizobj" but it doesn't recognize that as an object reference. However, when I set the DataSource manually everything works. I am not sure if this is a bug, but I thought I would pass the information along. Nate L. _______________________________________________ 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]
