Canercagla Posted January 22, 2020 Posted January 22, 2020 Hi all, I use autoit script to read datas from excel. 3 and 4. pictures commands work very well ı can select string from combobox but at 5. picture i use same command and same workflow but i doesnt work, i cant get datas from combobox. Arent ' N, NE, W ' string values? Should i change command ? Thanks in advance for your help. 1 2 3 4 5
Subz Posted January 22, 2020 Posted January 22, 2020 Try read the control with ControlCommand() "GetCurrentSelection" and see if it matches $Wall_1 value, or try "FindString", you just really need to debug to make sure that you're able to read/change the control.
Canercagla Posted January 23, 2020 Author Posted January 23, 2020 16 hours ago, Subz said: Try read the control with ControlCommand() "GetCurrentSelection" and see if it matches $Wall_1 value, or try "FindString", you just really need to debug to make sure that you're able to read/change the control. Thanks a lot Subz. I achieve to get this combobox but issiu is that values in combobox are ' N, NE, NW ' and it doesnt choose exact string like NW instead of that it press first letter than second one so it causes to choose different string. for example it should choose ' NW ' but chooses 'W' . I need someting that choose exact item in the list ? Any advice ?? Thanks in advance.
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