Hi,
Using VFP 9.0 sp1. I'm working with a collection of information retrieved
from the win32_computersystem class. It returns a collection and I'm
wondering what is the best way to get this into a table form? The only
method I see is using a FOR... EACH process. I'm just wondering if there is
a more elegent method.
Also, is there a way to process an object from a collection and list all of
it's properties, assuming you don't know the names of those properties?
Lastly, is there a way to see some of these classes like
win32_computersystem class and win32_operatingsystem classes using the
object browser? I think these are part of the .Net 3.0 framework.
Thanks in advance,
Linn