10-11-2010, 05:52 PM
Hello,
I have a table object
I searched for a specific record in SwfTable and expanded the record.
...no problems...
I see on the screen after expand a child table under the found record.
I try to get access to the child using
The result anzahl is 0, althougt I see the child on screen.
I expected that x now would be the object of the child-records ...
Don't know why I can't get access to the child object
Best regards
Uwe Pfeiffer
I have a table object
Code:
swfWindow("Risk_Management").SwfTable("swfTable")
I searched for a specific record in SwfTable and expanded the record.
...no problems...
I see on the screen after expand a child table under the found record.
I try to get access to the child using
Code:
Set oDesc = Description.Create()
Set x = swfWindow("Risk_Management").SwfTable("swfTable").ChildObjects(oDesc)
anzahl = x.Count
The result anzahl is 0, althougt I see the child on screen.
I expected that x now would be the object of the child-records ...
Don't know why I can't get access to the child object
Best regards
Uwe Pfeiffer