Rocket Software Homepage
Forum Home Forum Home > AccuTerm Knowledge Base (read only) > Scripting & Automation
  New Posts New Posts RSS Feed - AccuTerm Events?
  FAQ FAQ  Forum Search   Register Register  Login Login

The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum.

Forum LockedAccuTerm Events?

 Post Reply Post Reply
Author
Message
kbdav View Drop Down
Newbie
Newbie


Joined: July 12 2016
Status: Offline
Points: 23
Post Options Post Options   Thanks (0) Thanks(0)   Quote kbdav Quote  Post ReplyReply Direct Link To This Post Topic: AccuTerm Events?
    Posted: January 19 2018 at 10:55am
What are some of the AccuTerm's events? The programmer's guide really doesn't go into much details with event handling at all.

Since this scripting language is based alot on VBA, and event that comes to mind is in Excel would be:

Private Sub Worksheet_Change()

My goal here is to create an event that fires when a user enters a specific series of keys (preferably in any session, but I am willing to use sessions(0) if necessary):

"QC" & Chr$(13)

Is this possible?
Back to Top
PSchellenbach View Drop Down
Admin Group
Admin Group

Moderator

Joined: December 15 2003
Location: United States
Status: Offline
Points: 2150
Post Options Post Options   Thanks (0) Thanks(0)   Quote PSchellenbach Quote  Post ReplyReply Direct Link To This Post Posted: January 22 2018 at 9:29am
Hi Keith -

The AccuTerm application only has two events, DataReady, and Extension. These are sourced from the Session object.

There might be simpler ways to accomplish what you are wanting to do. There is no event for keyboard input, but you can attach a VBA macro to most any key and use that marco to notify your external app.

Thanks,

Pete
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.