On Sep 30, 2008, at 7:29 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
wrote:
>> Have you added the bizobj to the wizard form? What have you tried so
>> far?
>>
>> -- Ed Leafe
>
> I overrode the createBizobjs in the Wizard sub-class (which controls
> all
> the pages, correct?).
>
> So, it looks like this:
>
> def createBizobjs(self):
> locationBO =
> self.Application.biz.Location(self.Application.dbConnection)
> self.addBizobj(locationBO)
>
> Now I'm getting an error that Wizard doesn't have addBizobj, which
> makes
> sense, as it's not listed in the docs either.
Ah, my mistake. The Wizard form is based on the dialog class, not the
form class.
If you don't need the wizard to be run modally, you can use a
dPageFrameNoTabs to create wizard-like behavior in a normal form.
-- Ed Leafe
_______________________________________________
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]