Quick/QDesign Question

Tim Ericson tim.ericson@denkor.com
Wed, 22 Aug 2001 10:20:43 -0700


Hi all!

Don Harrington wrote:
> This is driving me crazy...

I'm wondering if maybe it's those HIDDEN fields?

Since you specify the exact position for all LABELs and DATAs,
try using the SKIPs to position those HIDDEN fields on *other*
lines:

> SKIP TO LINE 4
>
> TITLE "Distribution Maintenance" CENTERED
>
> SKIP TO LINE 5           ;     <--- here
>
> FIELD JOB &
>         NOID &
>         NOLABEL &
>         HIDDEN &
>         DEFAULT "        "
>
> FIELD USER &
>         NOID &
>         NOLABEL &
>         HIDDEN &
>         DEFAULT "        "
>
> FIELD DEVICE &          ;      <--- this one moved 'up'
>         NOID &
>         NOLABEL &
>         HIDDEN &
>         DEFAULT "        "
>
> FIELD ACCOUNT &
>         NOID &
>         LABEL AT 6,3 &
>         DATA AT 7,3
>
> FIELD FILE-NAME &
>         NOID &
>         LABEL AT 6,13 &
>         DATA AT 7,13
*W* Label overwrites the screen background.
>
> FIELD ANALYST &
>         NOID &
>         LABEL AT 6,43 &
>         DATA AT 7,43
>
> FIELD ACTIVE &
>         NOID &
>         LABEL AT 6,63 &
>         DATA AT 7,65
>
> FIELD COMMENTS &
>         NOID &
>         LABEL AT 9,3 &
>         DATA AT 10,3
>
> SKIP TO 11               ;         <---- and here
>
> SUBSCREEN DISTRIB6.EXE &
>         NOID &
>         NOLABEL &
>         PASSING REPORT-MASTER &
>         HIDDEN &
>         MODE SAME

HTH!

Tim (don't tease me about my sig!) Ericson.

 +-------------------------------------------------------------------+
  "A human being should be able to change a diaper, plan an invasion,
  butcher a hog, conn a ship, design a building, write a sonnet,
  balance accounts, build a wall, set a bone, comfort the dying, take
  orders, give orders, cooperate, act alone, solve equations, analyze
  a new problem, pitch manure, program a computer, cook a tasty meal,
  fight efficiently, die gallantly.  Specialization is for insects."
  -- Robert Heinlein
 +-------------------------------------------------------------------+
  Tim Ericson       tim dot ericson     DenKor Dental Management Corp.
  Sr. Systems Analyst    at denkor dot com      http://www.denkor.com
 +-------------------------------------------------------------------+