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