Hi! I am using a VB script to control a 5250 Emulator session linked to an AS/400. To move my cursor to position (21,2) on my screen, I am using the following line:
This line works perfectly when run on a PC using Windows NT, but throws the following error when run on a PC using Windows 2000:
Error in script on line xx. ECL37100: Emulator interface (EHLLAPI) error. Reason code 4.
Any idea why this happening, and what I can do to cure it? Thanks in advance!
Code:
autECLSession.autECLPS.SetCursorPos 21, 2
This line works perfectly when run on a PC using Windows NT, but throws the following error when run on a PC using Windows 2000:
Error in script on line xx. ECL37100: Emulator interface (EHLLAPI) error. Reason code 4.
Any idea why this happening, and what I can do to cure it? Thanks in advance!