FW: Calling quiz from quick passing parameters... (fwd)

Gabriel Estrada gabriel.estrada@usa.alcatel.com
Tue, 13 Mar 2001 09:08:29 -0700


In a VMS environment I run Quiz whitin a DCL file:

PROCEDURE DESIGNER FRM
BEGIN
  RUN COMMAND "@TEST.COM param1 param2 param3"
END

And in the DCL you may have:

$!TEST.COM
$!p1=Param1
$!p2=Param2
$!p3=Param3
$!
$ temp_file=temp_file.txt
$ open/write Parms 'Temp_file'
$ write Parms "Exe Test.qzs Nogo"
$ write Parms p1
$ write Parms p2
$ write Parms p3
$ write parms "Exit"
$!
$ close Parms
$ Assign/User_mode/nolog 'Temp_file' Sys$input
$ quiz
$!
$exit


  -----Original Message-----
  From: owner-powerh-l@sphere.swau.edu
[mailto:owner-powerh-l@sphere.swau.edu]On Behalf Of Gassett, Chris
  Sent: Monday, March 12, 2001 3:19 PM
  To: 'powerh-l@sphere.swau.edu'
  Subject: Calling quiz from quick passing parameters...


  I want to be able to run a Quiz report from within a Quick screen, but I
want to be able to pass data from that the screen has already accessed to
the report to choose specific data.  Is this possible and if so are there
any samples out there?  Thanks in advance.

  PROCEDURE DESIGNER FRM
  BEGIN
    RUN COMMAND "quiz auto=$HOMEQUIZ/test.qzs nolist nostatistics"
  END


  Powerhouse Ver. 8.13 d3


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