Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error ECL37100

Status
Not open for further replies.

glenntb

Programmer
Aug 28, 2001
54
US
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:
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!
 
You're going to need to check with the vendor of the EHLLAPI control you're using. Maybe the version you're using doesnt support Win2K. Jon Hawkins
 
That was it exactly! When we upgraded to the newer version, the error diappeared, and I look like a hero again! Much appreciated!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top