galpha Posted August 23, 2007 Posted August 23, 2007 Hi, I'd like to know if it's possible to write something that would reset some fields (e.g.: Date that you type or Name you type) in an other application (SAP) by using AutoIt. I'm used to programming in Java and VB, but I don't know how to do it in either language. Thanks!
weaponx Posted August 23, 2007 Posted August 23, 2007 It's pretty easy if the program uses standard controls. Use the AutoIT Window info tool and hover over the fields you would like to change. Under the Control tab you should see a class name, Instance, and ID The controls are easily referenced with this info.
galpha Posted August 23, 2007 Author Posted August 23, 2007 Thanks a lot, I'll check if it works when I get to work
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