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).
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).