Rocket Software Homepage
Forum Home Forum Home > AccuTerm Knowledge Base (read only) > Code Samples
  New Posts New Posts RSS Feed - Minimising the Internet Edition
  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 LockedMinimising the Internet Edition

 Post Reply Post Reply
Author
Message
acmedia View Drop Down
Senior Member
Senior Member


Joined: April 26 2005
Status: Offline
Points: 119
Post Options Post Options   Thanks (0) Thanks(0)   Quote acmedia Quote  Post ReplyReply Direct Link To This Post Topic: Minimising the Internet Edition
    Posted: May 17 2006 at 6:45am
If a GUI program is running on the Internet Edition of AccuTerm you can't minimise the green screen via scripting - e.g. PRINT CHAR(27):CHAR(2):'PAccuTerm.WindowState = 1':CHAR(13): - but I've thought of a possible method.

Windows has a command to show the desktop, by minimising all open windows, so calling that should hide the green screen.

Here's the code:

* set up the usual variable for this sort of thing
ESC = CHAR(27)
STX = CHAR(02)
CR = CHAR(13)
CMD = ESC : STX :'<'

* now the important one - you'll need to check the path
CMD := "C:\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\Show Desktop.scf"

* and 'printing' it should hide everything
PRINT CMD

* now call/run the GUI program by whatever method you like
STRING = 'RUN UTL UTL1GUI.MENU.CLEANER'
PERFORM STRING

It's still a work in progress, so there may be flaws, but it's a start.
Back to Top
lindac View Drop Down
Newbie
Newbie


Joined: May 04 2007
Location: United States
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote lindac Quote  Post ReplyReply Direct Link To This Post Posted: May 04 2007 at 7:00am
 I would like to minimize the green screen in the internet version and found your post of one year ago.   Have you improved this method since last year and is it working well for you.  Could you post anything new that you have done to make this work. Thanks.
lindac
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.