Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not able to send spacebar with End Key to TE
#1
Not Solved
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
Reply
#2
Not Solved
you should use the device replay function
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating interface in UFT 15.0 for end user sravanmonty 0 756 07-16-2019, 03:47 AM
Last Post: sravanmonty
  How can I send variable value to html property for descriptive programming in QTP ritugoyal 13 21,673 11-26-2012, 12:55 PM
Last Post: binny318
  How to end script in QTP if the Do Until loop goes to infinite. uma87 3 9,297 09-30-2011, 02:38 PM
Last Post: rajpes
  fucntion to send mail in outlook works fine in qtpcode but does not work in .vbs Rashmi 2 3,883 06-13-2011, 09:55 PM
Last Post: byzoor
  Send mails through QTP tester_rahul 2 2,957 04-29-2010, 01:50 PM
Last Post: tester_rahul

Forum Jump:


Users browsing this thread: 1 Guest(s)