Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
3k views

How to 3270 screen-scrape from a Linux-based web app

I have a LAMP (PHP) web app which need to interface with programs on an IBM 3270 mainframe (via Microsoft SNA Server). One solution I'm looking at is screen-scraping via 3270. (I'm integrating the ...
1
vote
1answer
430 views

Call dll - pcshll32.dll using delphi

I need to call hllapi function of pcshll32.dll using delphi. It's works with personal communications of ibm. How can i change the code bellow to delphi ? Thanks !!! The EHLLAPI entry point (hllapi) ...
0
votes
1answer
230 views

Extending RUMBA/3270 client using COM interface or EHLLAPI

In my application i want to listen for any RUMBA/3270 (It is a 3270 emulator) screen update/event which i can capture and get the text/byte stream coming from mainframe. Once there i can use that ...