sah Posted December 28, 2017 Author Posted December 28, 2017 It's not working properly . Thank you for suggestion!!
Earthshine Posted December 28, 2017 Posted December 28, 2017 What’s not working? This is a game, right? Like who’s on first? My resources are limited. You must ask the right questions
Moderators JLogan3o13 Posted December 28, 2017 Moderators Posted December 28, 2017 WPR has a very robust command-line structure, which is fully documented with examples on MSDN. Why would you bother with trying to manipulate the GUI instead of just doin it through the command line parameters? Earthshine 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sah Posted December 29, 2017 Author Posted December 29, 2017 10 hours ago, JLogan3o13 said: WPR has a very robust command-line structure, which is fully documented with examples on MSDN. Why would you bother with trying to manipulate the GUI instead of just doin it through the command line parameters? Correct! Even I am trying to manipulate GUI but it is not executing properly. Since it is my first project on Autoit, I am confused..
Moderators JLogan3o13 Posted December 29, 2017 Moderators Posted December 29, 2017 You didn't answer my question - instead of bothering with the GUI, just run WPR with the command line parameters that you want to execute. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sah Posted January 2, 2018 Author Posted January 2, 2018 (edited) On 12/29/2017 at 7:15 PM, JLogan3o13 said: You didn't answer my question - instead of bothering with the GUI, just run WPR with the command line parameters that you want to execute. Yes I want to execute with command line parameters. please help!!! Edited January 2, 2018 by sah
sah Posted January 2, 2018 Author Posted January 2, 2018 4 hours ago, sah said: Yes I want to execute with command line parameters. please help!!! Please reply anyone........
sah Posted January 2, 2018 Author Posted January 2, 2018 3 minutes ago, sah said: Please reply anyone........ I am newbie in autoit so please.....
Earthshine Posted January 2, 2018 Posted January 2, 2018 Being new does not mean you don’t have to work and learn. As stated WPR is well documented. I would go read that doco My resources are limited. You must ask the right questions
Moderators JLogan3o13 Posted January 2, 2018 Moderators Posted January 2, 2018 @sah in addition to what you have been pointed to, namely putting in some effort on your own rather than waiting for others to do the work for you, please wait at least 24 hours before bumping your posts - no one wants to read "please do my work for me" posts every 60 minutes. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sah Posted January 3, 2018 Author Posted January 3, 2018 ControlClick("Database Select", "", "[Name:db_comboBox]") While 1 Send("{DOWN}") $ctext=ControlGetText("Database Select","","[Name:db_comboBox]") If $ctext="DB_UKTEST" Then ExitLoop EndIf Tried with this code also still its not working.
Moderators JLogan3o13 Posted January 3, 2018 Moderators Posted January 3, 2018 You are still trying to automate the GUI, why? Did you look up the WPR commands in their documentation? Earthshine 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
sah Posted January 15, 2018 Author Posted January 15, 2018 I completed this execution successfully. But with only one problem i.e, once we execute that code it will run properly but when we do it for second time ,it is saving previous values and its going wrong. How to start it by default values?
Moderators JLogan3o13 Posted January 15, 2018 Moderators Posted January 15, 2018 (edited) Show your final "working" code Edited January 15, 2018 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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