I have a class with attributes I want other classes to access(clsAll) through property methods. I have 3 other classes(forms) that I want to access the attributes that have been instantiated and given values in clsAll by the first form class. The problem is that the second form class can only access attributes of clsAll by instantiating it again thereby initialising the attributes again and losing the values they already contain.

Help!!!!!!!!!


Thanks

erimus