11-10-2011, 10:36 PM
Hi,
Just in case anybody has a similar problem, I've figured out a solution to my problem, its:
Just in case anybody has a similar problem, I've figured out a solution to my problem, its:
Code:
If TeWindow("TeWindow").TeScreen("ABC").Exist then
TeWindow("TeWindow").TeScreen("ABC").SendKey TE_PF8
End if
If TeWindow("TeWindow").TeScreen("XYZ").Exist Then
TeWindow("TeWindow").TeScreen("XYZ").SendKey TE_PF8
End if
If TeWindow("TeWindow").TeScreen("ABCXYZ").Exist Then
TeWindow("TeWindow").TeScreen("ABCXYZ").SendKey TE_PF8
End If