Arthur Fuller
artful at rogers.com
Tue Mar 25 09:54:21 CST 2003
Suppose I have a class that represents a person, a car, a network, whatever. What would you suggest is the best way to present the attributes of an instance of said class on a form? Somehow the form has to be able to see the object. Pass its name and then derefence it inside the form_open()? It's simple enough in debug.print because you can deal with the object as an object and just interrogate it. I don't want to declare a global because there could be any number of them. Any suggestions, you object guys? "Prediction is difficult, especially of the future." - Werner Heisenberg