newbie01 Posted January 6, 2011 Posted January 6, 2011 I want to write an auto manage database in my company. See this image:In this image: - input names in colum 1- input quantity in colum 2After input names and send ENTER, the BOX A will appear, send ENTER again to choose the pattern. After that, the cursor will auto jump to COLUM 2 to input quantity. Send ENTER twice and the cursor will jump to the below row (in COLUM 1) to input another data.But when the network is slow, the BOX A appear slow too (I dont known time to put in sleep()), and sometime, after input quantity, the row of this data split in 2 row. Could sb give me an idea?Thanks so much!
Zedna Posted January 18, 2011 Posted January 18, 2011 Your screenshot is too much cut. It's not evident if BOX A is in its own window (with own title). Use Autoit3Info to see how change Window properties/focus etc. during appearing of BOX A. Resources UDF ResourcesEx UDF AutoIt Forum Search
Zedna Posted January 18, 2011 Posted January 18, 2011 You may use ControlGetFocus() Resources UDF ResourcesEx UDF AutoIt Forum Search
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