Just pass it an object reference. FormA = dabo.ui.dForm(self) FormB = dabo.ui.dForm(self)
#control code FormA.PassedValue = FormB.txtBox.Value or do it this way: FormA.PassedObj = FormB.txtBox FormA.PassedObj.Value On 7/16/07, Bill Witherspoon <[EMAIL PROTECTED]> wrote: > I assumed that I would be able to access one form from another by going > through it's application property, something like: > > self.Application.MyOtherFormName.txtBox.Value = "the value I want to pass" > > The dApp docs make mention that it contains a collection of applications > forms, but I can't seem to find it in the properties. > > I did get the behavior I was after by using: > self.Parent.txtBox.Value = "the value" > > but I wasn't sure if this was the best way. > > Bill. > > [excessive quoting removed by server] _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
