How to set cursor in Attachmate reflection

Laks001

New Member
Joined
Apr 19, 2022
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
I have a VBA code to open the reflection workspace. I want to place a cursor in a particular position of the screen(24th row and 15th column) and then pass the string value "START TSO". However, I am unable to place the cursor in that position. I tried PutText1, PutText2, MoveCursorTo1 but it did not work for me.
Please tell me the way to insert cursor in an IBM reflection screen

Set terminal = app.CreateControl("C:\mvsdev.rd3x")
Set view = frame.CreateView(terminal)
Set screen = terminal.screen

Dim rtncode As ReturnCode
rtncode = screen.PutText1("START TSO", 24, 15, 8)
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,223,214
Messages
6,170,771
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top