B
Bjoern
Hello,
I like to fill in fields in a UTS60 terminal emulation. (Unisys-Host).
The terminal software is Attachemate INFOConnect. The manual says, that you
can get an OLE as formular for Excel to read the data from the terminal
software.
Following formular reads, actively updating itself, a specified area from
the terminal software's screen. If I type characters into that area inside
the terminal software, excel gets updated.
=Accmgr.Session.1|'C:\INFOCN32\ACCMGR32\Integration_64.ADP'!\R3C24R3C35M1Page001
Description:
- Accmgr.Session.1
is a key in windows.registry for file extensen ADP. ADP is the file
extension for attachemate terminal sessions und points to accmgr32.exe.
accmgr32.exe accepts 1 argument/parameter. If called with
C:\INFOCN32\ACCMGR32\Integration_64.ADP, the terminal emulation opens
automaticaly the session, see below
- C:\INFOCN32\ACCMGR32\Integration_64.ADP
is a valid terminal session configuration file
- R3C24R3C35
describs the read area (from row 3, col 24 til row 3, col 35
- M1
seems to be static
- Page001
is a "recorded" screen inside the terminal emulation
How can I use this information to create OLE or ActiveX objects to read
values from the screen once, write them into a file and destroy the allocated
objects?
Does anyone have another idea how to automatically read and write from/to
UTS60 connections? (HLLAPI, OHIO)
Thanks in advance!
Bjoern
I like to fill in fields in a UTS60 terminal emulation. (Unisys-Host).
The terminal software is Attachemate INFOConnect. The manual says, that you
can get an OLE as formular for Excel to read the data from the terminal
software.
Following formular reads, actively updating itself, a specified area from
the terminal software's screen. If I type characters into that area inside
the terminal software, excel gets updated.
=Accmgr.Session.1|'C:\INFOCN32\ACCMGR32\Integration_64.ADP'!\R3C24R3C35M1Page001
Description:
- Accmgr.Session.1
is a key in windows.registry for file extensen ADP. ADP is the file
extension for attachemate terminal sessions und points to accmgr32.exe.
accmgr32.exe accepts 1 argument/parameter. If called with
C:\INFOCN32\ACCMGR32\Integration_64.ADP, the terminal emulation opens
automaticaly the session, see below
- C:\INFOCN32\ACCMGR32\Integration_64.ADP
is a valid terminal session configuration file
- R3C24R3C35
describs the read area (from row 3, col 24 til row 3, col 35
- M1
seems to be static
- Page001
is a "recorded" screen inside the terminal emulation
How can I use this information to create OLE or ActiveX objects to read
values from the screen once, write them into a file and destroy the allocated
objects?
Does anyone have another idea how to automatically read and write from/to
UTS60 connections? (HLLAPI, OHIO)
Thanks in advance!
Bjoern