Forum Discussion
YMinaev
Staff
15 years agoHi,
Actually, WaitChild won't work with mapped objects. You need to use the WaitAliasChild method:
Actually, WaitChild won't work with mapped objects. You need to use the WaitAliasChild method:
Set obj = Aliases.TMDS.frmSingleFormAuthorityCP.gbTNT
While not obj.WaitAliasChild("btnRepeatTNT", 1000).Exists
Call obj.Keys("[Down]")
Wend
Call obj.btnRepeatTNT.ClickButton