Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COM / ASP

Status
Not open for further replies.

CyberPat

Programmer
Jun 19, 2001
3
CA
Hi all,

Does anyone knows if i can loop through the properties of an object without hardcoding the name of the properties (Example that doesnt work : FOR EACH properties IN object.properties ... NEXT)

And this object is a COM object. So I know how to do it with ADO object but not with a COM object (custom made).
 
If COM objects are any similar to just normal ActiveX Dlls, then yes you should be able to do a for each just fine as long as the methods and properties of what you need are exposed. Karl Blessing aka kb244{fastHACK}
kblogo.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top