Jump to content

Recommended Posts

Posted

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?
Posted

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!...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...