Hi,I'm not sure exactly what the effect you are after, but you can
setFocus to a field that is set to Visible (Print Only), which might do
what you want, there would be no visible indication of what has
focus.You can also execute events with the execEvent method, so
TextField1.execEvent("enter") will run the enter event of
TextField1RegardsBruce