Link to home
Start Free TrialLog in
Avatar of rwilson522
rwilson522

asked on

How to log out of Amazing Charts with AutoIT script - Control-L fails.

Amazing Charts is a EMR that uses a ThunderRT6FormDC.
When user on console is in the application "CTRL-L" logs the user out bringing back to log in screen and not having to reload the program.  Very cool.  
  In AutoIT controlsend, controlsettext or send fails to log out the user.  Keys tried included "^L", {CNTRLDOWN}L{CNTRLUP}, {ASC 012}.
 eg:
ControlSetText("Amazing Charts","",36,"^L")
ControlSend("Amazing Charts","",1,"ASC 012")
Send("^L")

OS: Windows7;64

Does anyone know the "secret handshake" that will make this work?
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of matrixnz
matrixnz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial