Micro Focus QTP (UFT) Forums
Not able to send spacebar with End Key to TE - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Not able to send spacebar with End Key to TE (/Thread-Not-able-to-send-spacebar-with-End-Key-to-TE)



Not able to send spacebar with End Key to TE - nbansal - 10-15-2010

My problem is that I have to send Spacebar and End key stokes together to my CICS application.
We are using terminal emulator.

I tried folllwoing but didn’t work

Code:
set WshShell = CreateObject(“WScript.Shell”)
WshShell.SendKeys “”"TE_END ”
set WshShell=nothing

and

Code:
set WshShell = CreateObject(“WScript.Shell”)
WshShell.SendKeys “{ } {END} ”
set WshShell=nothing

Please advice


RE: Not able to send spacebar with End Key to TE - coolguy - 02-08-2013

you should use the device replay function