Automatic Refresh Inventory Monitor screen

Joe Boyle joeboyle_adt@hotmail.com
Tue, 22 Jun 2004 16:46:15 +0100


Hi Paul,

I would think that if it runs in terminal mode it should run in Axiant thin
client. 
I suspect that this is an Axiant - err... -hmmn... what could it be. Nope,
I've no idea what it could be. I think you should ask Cognos if there's a
later build that you can try.

Perhaps the VMS boys will let you know if they have a similar problem with
the wait command - although I would expect that the screen process would be
suspended until the wait time has elapsed; and I'm surprised that this is
not the case on Mpe ( although there always seemed to me to be a touch of
magic on how things worked on Mpe systems :-)


-----Original Message-----
From: powerh-l-admin@lists.sowder.com
[mailto:powerh-l-admin@lists.sowder.com] On Behalf Of PAUL DIACONESCU
Sent: 22 June 2004 15:30
To: powerh-l@lists.sowder.com
Cc: BACHANDY@BOWATER.COM
Subject: Automatic Refresh Inventory Monitor screen 

Environment :  HP3000e
OS	       :  MPE/X
Database      :  IMAGE
Powerhouse :  8.39D
Axiant 	      :   3.1.1388

Case description :  Need to develop an inventory monitor screen in a 'thin 
topology' environment  using Axiant.  This screen will be used by our 
salestaff completing all sales via the telephone.  It should display an item

stock inventory and should refresh the data automatically and continuously 
(to prevent an out of stock sale).  This automatic display could last for 
hours if required but could be stopped in order to monitor a different 
product.

Functionality (example) :
1) the screen must first FIND an inventory product to display quantities per

mills
2) the data must be refreshed automatically (based on a predetermined delay)

requiring no user keyboard interaction
3) an item change must be allowed at any time by the user since the salesman

might need to monitor a different product

Issue :   The following HP Powerhouse programming lines gave us a continuous

screen refresh on our HP server but when used through AXIANT, our keyboard 
inputs are totally ignored + the automatic refresh gets out of control.  The

HP daemon (NETD : program that listens to the PC's requests and acts as a 
link to HP Powerhouse environment) does not react very well to those lines.

----------------------------------------------------------------------------
--------------------------------
PROCEDURE PATH
BEGIN
  IF T-USINE = '' "
  THEN REQUEST T-USINE
  ELSE  BEGIN
		LET T-COMM = 'SETVAR ZFIND,""'
	 	RUN COMMAND T-COMM
	 	LET T-COMM = 'INPUT ZFIND WAIT=30'
	  	RUN COMMAND T-COMM NOWARN ON ERROR CONTINUE
	 	LET T-FIND = GETSYSTEMVAL("ZFIND")
	 	IF T-FIND <> ''  "
	 	THEN REQUEST T-USINE
	END
END

PROCEDURE FIND
BEGIN
     GET USINES VIAINDEX USINE-COURS VIA USINE-COURS USING T-USINE
END

PROCEDURE POSTFIND
BEGIN
     INFORMATION = " " NOW
    PUSH DESIGNER SUITE
END

PROCEDURE DESIGNER SUITE
BEGIN
   INFORMATION = " " NOW
   PUSH FIND
END
----------------------------------------------------------------------------
--------------------------------

Anyone with any ideas on this case ?

_________________________________________________________________
MSN Messenger : discutez en direct avec vos amis !  
http://messenger.fr.msn.ca/

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.