this-is-me Posted August 30, 2004 Posted August 30, 2004 It looks like the whole application hooks the keyboard interrupts in which case the commands would HAVE to be sent using send() proper. You can try winactivate before send to make sure the command is sent to the right window. Who else would I be?
sl_alagappan Posted August 31, 2004 Author Posted August 31, 2004 Problem got sorted out with below modified code from Ramco Systems. cAutoit.WinActivate strRamcoARWindowName, strRamcoARWindowText intResult = cAutoit.ControlSend(strRamcoARWindowName, strRamcoARWindowText, "", "{ALT}") intResult = cAutoit.WinMenuSelectItem(strRamcoARWindowName, strRamcoARWindowText, "&Transactions", "&Receipts...") Thanks to AutoiT Team & Ramco Systems!...
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