1. reference the same NVO instance from each object that needs those values.
To do this you'd need to make the NVO's reference available by passing it
around. The point is that the values are contained with a specific instance
of the NVO. Every object that needs to reference those values must reference
that NVO instance.
2. set those instance variables to be shared variables. In this case every
instance of the NVO class will have access to the same values. So all
objects that need those values can simply reference any instance of the NVO.
Regards,
John
Team Sybase
"John Ardila" <ardil...@hotmail.com> wrote in message
news:eyDdJS2LDHA.187@forums-2-dub...