Sv: QUIZ NOREPORT Question
Ole Hansen, ScanConsult
oh@scanconsult.dk
Thu, 5 Oct 2000 18:21:18 +0200
Boris,
Try to pass the data as environment variables, using
SETSYSTEMVAL to set the variables and GETSYSTEMVAL to 'read' them.
Note, that SETSYSTEMVAL is a logical, whereas GETSYSTEMVAL is a function, e.g.
In 1st QUIZ (or QTP) :
define dummy char*1 = "" if SETSYSTEMVAL("NAME",item) else ""
; Now the system variable NAME contains the value in 'item'
In later QUIZ (or QTP):
define passed_name char*25 = GETSYSTEMVAL("NAME")
; Now 'passed_name' contains the passed value in 'item'.
HTH
/Ole Hansen
====================================================================
E-mail: oh@scanconsult.dk Cell Phone: +45 22 17 36 50
====================================================================
ScanConsult IT-Partners Voice : +45 87 34 55 07
Soenderhoej 46 Fax : +45 87 34 15 07
DK-8260 Viby J. Support : support@scanconsult.dk
Denmark Sales : sales@scanconsult.dk
http://www.scanconsult.dk
=== ParaSuite : A Suite of Air Cargo Handling solutions ===
=== ScanConsult is Authorized by Hewlett-Packard as HP 3000 ===
=== Select Independent Software Vendor and HP9000 Power Partner ===
=== We partner with Oracle, Lotus, Cognos, MiniSoft and others ===
-----Oprindelig meddelelse-----
Fra: Boris Kortiak <BKortiak@genlyte.com>
Til: powerh-l@sphere.swau.edu <powerh-l@sphere.swau.edu>
Dato: 5. oktober 2000 18:03
Emne: QUIZ NOREPORT Question
>Running v7.29 of QUIZ on HP 3000 MPE/iX 5.5 pp7.
>
>I have a subfile that I create and pass through a series of REPORTs. This subfile contains a single record of control data that is put into HEADINGs and used in SELECT statements. Additional this series of REPORTs SELECTively summarizes data into other subfiles. At some point, there may not be any data in one of the summary subfiles. I want to use a NOREPORT statement to print out that no records match the criteria provided and print the criteria which are part of the single record controlling subfile. Unfortunately, if the first file in the ACCESS statement contains no records, none of the linked files are read; even though I am LINKing to RECORD 0 OF *SUBFILE. Is there any other technique to pass information through a series of REPORTs such that they are available for a NOREPORT statement?
>
>All suggestions welcome. TIA
>
>= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
>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.
>
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.