Axiant thin client on HP3000 and run-time parms

Boyle, Joe Joe.Boyle@cognos.com
Mon, 23 Apr 2001 11:49:48 -0400


Hi all,

you might like to try a variation on the quiz call below,  I think it should
work on Mpe.

if you have a single pass quiz you can use the approach below. The calls to
both quiz and setsystemval run in the same subprocess so can see each other,
typically you would attach the designer procedure to a button,

***
PROCEDURE DESIGNER des2
BEGIN
;your code

info = ascii ( occurrence ) now response


if not setsystemval &
("repkey",  tank_no of tank_move )
  then 
  error " did'nt work "

if not setsystemval &
("repkey2",  ( "e:\joe\" + tank_no of tank_move ) )
  then 
  error " did'nt work "


let rncmd = &
"quiz auto=e:\joe\report1m.qzc dict=e:\joe\applicat.pdc"
 
run command   rncmd

END
***


The quiz process is below,


***
can cle

set default
set report limit 10
SET REP DEV DISC NAME $repkey2  


SQL IN SYSCOM DECLARE dbquery CURSOR FOR     &
   SELECT * FROM                   &
      TANK_MOVE     


ACCESS dbquery

choose tank_no systemvalue "repkey"  ; "000060 "


sort on TANK_MOVE.PRODUCT_NAME OF dbquery

 
define d1 char*13 =  getsystemval ("repkey" )
define d2 char*30 =  "r1m " + TANK_NO +  PRODUCT_NAME
	

REPORT 	d1   d2
		
BUILD Report1m
***



regards,
Joe Boyle.


-----Original Message-----
From: Barbara Shelden [mailto:sheldeb@umpqua.cc.or.us]
Sent: 20 April 2001 15:02
To: powerh-l@lists.swau.edu
Subject: Axiant thin client on HP3000 and run-time parms


Looking for ways of prompting for run-time parms from Axiant.  We
presently use Vesoft's Streamx, Quiz setjob etc to capture the parms
prior to submitting a job.  Streamx prompting doesn't pass through to
Axiant, and Quiz won't work since we're on thin client.  Any ideas?


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