cbarber54 Posted February 23, 2005 Posted February 23, 2005 Hello All, I am attempting to automate data entry. Working fine until I reach a data field that is highlighted, indicating there is another window available for input. To access the hidden window you must "RIGHT arrow" and another window is available for input. I have run Autoit Window Info. and it doesn't show anything that i can see. I am using: Send("{Enter}") ; now at correct field Send("{right}") The second window should now display - but it doesn't. I cannot get to the hidden window. Thanks
buzz44 Posted February 23, 2005 Posted February 23, 2005 Activates (gives focus to) a window. WinActivate ( "title" [, "text"] ) or Sends a string of characters to a control. ControlSend ( "title", "text", controlID, "string" [, flag] ) that can also send text to a minimized window qq
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now