QUICK Occurs With Primary file "challenge"
Murray Scholz
murray.scholz@abri.une.edu.au
Wed, 16 Feb 2000 14:15:50 +1100
We're in VMS environment, and get same thing, but the "Screen Limit
Exceeded" message is an ERROR (not a warning) for me.
The size of your cluster is 4 vertical lines, and qdesign just won't let
you put the last one (even if it's blank) onto Line24 of the screen.
I'd suggest slightly reorganising the cluster, so as the 1st line of the
quartet (4 lines) is the blank line....put a skip 1 in the cluster after
your 1st align statement. This means the last line of the cluster can
fall onto line 23, which qdesign is much happier about.
This means you will need to start the cluster initially one line higher
(which doesn't look like a problem as you want 1 blank between the
title's and the first data field anyway).
This seems to work fine in VMS and 710G1.
Hope this helps.
Murray Scholz
Agricultural Business Research Institute
University of New England
Armidale NSW 2351 Australia
Email murray.scholz@abri.une.edu.au
----------------------------------------------------------------------
GGrimm@pcc-structurals.com wrote:
>
> My problem is with the field IDs starting over again with 01 & 02 after IDs
> 07 & 08 and the 2 warnings. I know that the Warning Message line is 24 by
> default. I want the screen to be readable so that is the reason for blank
> lines between the five occurances.
>
> Here is the Quick source and results:
>
> Q D E S I G N (PowerHouse 8.13.D2)
> Copyright 1999 COGNOS INCORPORATED
> > SCREEN testlim
> > file long_term_detail PRIMARY OCCURS 5 TIMES
> > TITLE "*** Part Information ***" CENTERED
> > TITLE "as reqested by user" CENTERED
> > TITLE " " CENTERED
> > cluster OCCURS WITH long_term_detail FOR 4
> > ALIGN (3,6,9)(,,16)
> > FIELD PARTNO of long_term_detail PIC "^^^^^" LABEL "PN"
> > FIELD PRICE of long_term_detail PIC "^^^,^^^" &
> > FLOAT "$" OUTPUT SCALE 0
> > ALIGN (3,6,11)
> > FIELD SALESMANNO of long_term_detail LABEL "Sale"
> > SKIP
> > ALIGN (,16,21)
> > FIELD CUSTOMERNO of long_term_detail LABEL "Cust"
> > CLUSTER
> *W* The screen limit has been exceeded for a terminal application.
> *W* This cluster may be incomplete.
> > BUILD
> MODE:x ACTION:xxxxxxxxx
> *** Part Information ***
> as reqested by user
> {{{ Intentional blank Title line }}}
> 01 PN xxxxx xxxxxxx
> 02 Sale xxxx
> Cust xxxxxx
> {{{ Intentional blank line }}}
> 03 PN xxxxx xxxxxxx
> 04 Sale xxxx
> Cust xxxxxx
> {{{ Intentional blank line }}}
> 05 PN xxxxx xxxxxxx
> 06 Sale xxxx
> Cust xxxxxx
> {{{ Intentional blank line }}}
> 07 PN xxxxx xxxxxxx
> 08 Sale xxxx
> Cust xxxxxx
> {{{ Intentional blank line }}}
> 01 PN xxxxx xxxxxxx
> 02 Sale xxxx
> Cust xxxxxx
> 0 ERRORS 2 WARNINGS. Delete old screen testlim.qkc?y
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> 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.