Forum Discussion
marinb
14 years agoContributor
It's passed via this line (slightly adjusted for ease of read):
"RightPane" is a frame we have mapped to improve performance. It will look inside that frame for the entry field that is visible.
var sSearchString = '*WPFObject("TextBlock", "*", 8)*';
var oEntryField= FindObject("RightPane", "Name", sSearchString, "VisibleOnScreen", true);
"RightPane" is a frame we have mapped to improve performance. It will look inside that frame for the entry field that is visible.