Hi,
1/When we have an faccount form for example, but the account has an accountEntity object (unique).
Do we declare the accountEntity as a property of the form faccount or are we supposed to do it the other way:accountEntity has a form property : faccount
2/ Another question pls:
If the MDI allows us to show several account forms. how do we declare those accounts within the MDI so we can keep track of them and show them according the user's selection.
Do we declare an accounts collection object within the MDI or an araylist of type faccount or how do we implement that exactly.
Thank you