04-09-2010, 08:50 PM
Code:
Set objChild = Description.create()
objChild("micclass").value = "WinObject"
Set objChildItems = Window("Viewpoint").Dialog("Issue Documents").ChildObjects(objChild) 'This will return all the winobjects itmes collection.
now you can work with this object.
Let me know if you need any more information.
Thanks,
SUpputuri
SUpputuri