Markable Fields
STEWARTM@detroitedison.com
STEWARTM@detroitedison.com
12 Mar 98 09:50:54 -0500
Terry,
Stipulate the FIELDMARK option with the SCREEN statement.
SCREEN WHEREEVER:WHATEVER.QKC &
ACTIVITIES FIND &
NOMODE &
NOACTION &
FIELDMARK &
MESSAGE ON LINE 24
If you just want to scroll through the records that you have on your screen
now without giving them ID it's easy. Try the following:
FILE WHATEVER IN WHATEVER PRIMARY OCCURS 12
CLUSTER OCCURS WITH WHATEVER
;Align ID,LABEL,and DATA in the same place. Make the the empty label as big
as your element. Since Data is displayed last that's what will be
highlighted
by the FIELDMARK.
ALIGN (3,3,3)
FIELD WHATEVER OF WHATEVER HIDDEN LABEL " "
CLUSTER
This will give your scrollable FIELDMARKing of 12 data fields. Without ID's
or LABELS.
Mark Stewart
Newport Michigan
VersaComp Systems INC.