Quote:
Originally Posted by tsteward
As there is no web.focus available how might I set focus to this item?
|
Try using the Door library and a Door Object.
Code:
DoorObject.New1(false)
....
DoorObject.FromControl(WebName.ControlRef)
DoorObject.RunMethod("Focus") ' this is case-sensitive