N
news.microsoft.com
Hi,
I have an app with three forms.
a) Master form. It has a grid with a list of contact names on it.
b) Contact form. This form is where you can edit/create a new contact
c) address form. This form is a popup launch from the contact form to enter
the contacts address.
I have created a basic class for the contact object. What I want to do, is
to only create the class when I load the contact form, and then destroy it
when I close that form. My problem is that if I create the class within form
b, then when the user, uses form c to enter the contact details, they will
not be able to access the class, as it is link to form b.
How is the best way to get the address details in form c, into the class
living in form b?
Hope that makes sense!
I have an app with three forms.
a) Master form. It has a grid with a list of contact names on it.
b) Contact form. This form is where you can edit/create a new contact
c) address form. This form is a popup launch from the contact form to enter
the contacts address.
I have created a basic class for the contact object. What I want to do, is
to only create the class when I load the contact form, and then destroy it
when I close that form. My problem is that if I create the class within form
b, then when the user, uses form c to enter the contact details, they will
not be able to access the class, as it is link to form b.
How is the best way to get the address details in form c, into the class
living in form b?
Hope that makes sense!