newbie01 0 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! Share this post Link to post Share on other sites
Zedna 280 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 Share this post Link to post Share on other sites
Zedna 280 Posted January 18, 2011 You may use ControlGetFocus() Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites