On May 20, 2010, at 9:57 AM, Martinecz Miklós wrote:

> How do I specify the main form as the parent? I did not understand this
> part.

        If you're using an AppWizard application, it will do that for you 
automatically. If you are manually coding, when you create the form, specify 
the parent object (always the first one in Dabo) like this:

myform = MyFormClass(self.Application.MainForm, <other params...>)



-- 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]

Reply via email to