![]() |
| The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum. |
|
Post Reply
|
| Author | |
paul
Newbie
Joined: October 14 2004 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Screen ScrapePosted: October 19 2004 at 3:32pm |
|
Hi All,
My 4GL application needs to be able to “scrape” selected information from an AccuTerm screen. Does AccuTerm come with an API function that will return a section of the terminal window? We are using AccuTerm 2000. Thanks, Paul |
|
![]() |
|
PSchellenbach
Admin Group
Moderator Joined: December 15 2003 Location: United States Status: Offline Points: 2150 |
Post Options
Thanks(0)
Quote Reply
Posted: October 20 2004 at 7:51am |
|
Hi Paul -
Yes - all 32 bit versions of AccuTerm have a robust object model which you can access using OLE Automation. Specifically, look at the AccuTerm.ActiveSession.GetText() function, which will return a line of text from the screen. Use this in a loop to get more than one line. Thanks, Pete |
|
![]() |
|
PSchellenbach
Admin Group
Moderator Joined: December 15 2003 Location: United States Status: Offline Points: 2150 |
Post Options
Thanks(0)
Quote Reply
Posted: February 13 2017 at 12:56pm |
|
Here is simple VBA script that scrapes the active session screen:
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |