QUICK Occurs With Primary file "challenge"

Deskin, Bob Bob.Deskin@Cognos.COM
Tue, 15 Feb 2000 22:22:44 -0500


The reason for the warning at the 8.1x level is because we finally realized
that QDESIGN might be building screens for client-server. I.e. Axiant and
PowerHouse Client (and now PH Web) don't have the 24 line limitation.
However, it looks like there's something built in that says there is a 24
line limit for terminals and after 24 lines, IDs start over. We never saw
this before because of the error.

Bob Deskin              
PowerHouse Web Product Manager and Senior Product Advisor
Application Development Tools, Cognos Inc.
bob.deskin@cognos.com
(613) 738-1338 ext 4205  FAX: (613) 228-3149
3755 Riverside Drive P.O. Box 9707 Stn. T, Ottawa ON K1G 4K9 CANADA


-----Original Message-----
From: GGrimm@pcc-structurals.com [mailto:GGrimm@pcc-structurals.com]
Sent: February 15, 2000 7:40 PM
To: powerh-l@lists.swau.edu
Subject: QUICK Occurs With Primary file "challenge"


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.