D
Dave T
I have a type *Address* and a type *ResidentialAddress* which inherits
Address. When I try to execute SOMECLASS.ResAddr = OTHERCLASS.Addr I get the
inevitable type mis-match error "unable to cast type ObjectModel.Address to
Type ObjectModel.ResidentialAddress" I was thinking that since
ResidentialAddress inherits Address, there must be some way to do this
assignment
Address. When I try to execute SOMECLASS.ResAddr = OTHERCLASS.Addr I get the
inevitable type mis-match error "unable to cast type ObjectModel.Address to
Type ObjectModel.ResidentialAddress" I was thinking that since
ResidentialAddress inherits Address, there must be some way to do this
assignment