![]() |
| The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum. |
|
Post Reply
|
| Author | |
ediegray
Newbie
Joined: March 02 2004 Location: United States Status: Offline Points: 22 |
Post Options
Thanks(0)
Quote Reply
Topic: ESC STX 1Posted: March 05 2004 at 6:30am |
|
ESC STX 1
I would like to use this command but can not figure out which command to use too capture the output from the command. |
|
![]() |
|
alangrus
Moderator Group
Moderator Joined: December 30 2003 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
Quote Reply
Posted: March 08 2004 at 6:46am |
|
If you are trying to check for an Accuterm session,
refer to Page 18 of your Accuterm GUI Development Call Workbook which provides this code: ** check for AccuTerm signature ACCUTERM.OK = 0 ECHO OFF CRT ESC:STX:"I": INPUT TEST.SIG FOR 10 ELSE TEST.SIG = "" ECHO ON TEST.SIG = TEST.SIG[1,8] IF TEST.SIG = "ACCUTERM" THEN ACCUTERM.OK = 1 IF NOT(ACCUTERM.OK) THEN CRT @(0,23):@(-4):"THIS SCREEN MUST BE RUN WITHIN AN ACCUTERM SESSION, <ENTER>: ": INPUT OK: STOP END ** Note the Capital (I) not a number 1. |
|
|
Multivalue Database, AccuTerm GUI Developer and Instructor.
Pasadena CA (626) 768-2648 |
|
![]() |
|
PSchellenbach
Admin Group
Moderator Joined: December 15 2003 Location: United States Status: Offline Points: 2150 |
Post Options
Thanks(0)
Quote Reply
Posted: March 12 2004 at 4:51am |
|
Hi -
You can also call FTVSINF to check whether you are running AccuTerm, and whether the version has the capabilities you require. Check the CAPABILITIES argument on return. For GUI, the CAPABILITIES string will contain the letter "G". Look at the source code for this subroutine for more details. Thanks, Pete |
|
![]() |
|
Jeanette
Beta Tester
Joined: August 05 2004 Location: United States Status: Offline Points: 57 |
Post Options
Thanks(0)
Quote Reply
Posted: September 01 2005 at 9:37am |
|
Can this gui developement call workbook be purchased without taking a class??
Jeanette www.mindsview.com |
|
![]() |
|
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 |