What's the best database software for mac?
Why is runtime broker using so much cpu?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is bank reconcillation and cash recomcillation?
Name the file extensions in tableau
What is test driver and test stub?
What is difference between printf and scanf?
i have 3500 amp load and select current transformer and perches.how i calculate .please understand
Can xaml be used to develop both web and client-server applications? : xaml
What is scenario in excel?
What will be the output of runif (7)?
HOW TO SPOT AHIERARCHY?
How do u config om and pa?
How do I open javascript in chrome?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian