Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Jwithrow

  1. Jwithrow

    Pass Object Reference Between Forms

    Thanks, It was public. The problem I was having was solved by creating an instance of the object on Form1, then in form2 setting Form1.ObjectA = form2.ObjectA But if I didn't initialize the object in Form1 1st, it would throw-up. It was my bad, thanks
  2. Jwithrow

    Pass Object Reference Between Forms

    I have an object class that is populated with data on one form, how can I pass this to another form? Thanks in advance.

Part and Inventory Search

Back
Top