Form.prin revision 7c478bd95313f5f23a4c958a745db2134aa03244
#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.4 */
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
form="Change Print Options for $LOGNAME"
help=OPEN TEXT OBJECTS/Text.h "Print Command" T.hprin1
framemsg="Enter a print command with appropriate options, then press SAVE when finished."
done=`indicator -w;set PRINCMD1="$F1" PRINCMD\2="$F2" PRINCMD3="$F3"`
close=`unset -l PRINT`
name="Print Command #1:"
nrow=1
ncol=1
rows=1
columns=45
frow=1
fcol=20
value=const $PRINCMD1
valid=`indicator -w;echo "${F1}" | fmlcut -f1 -d" " | set -l PRINT ; $VMSYS/bin/chexec "${PRINT}"`
invalidmsg=`regex -v "$PRINT" '^$' "A value must be entered for this field."
'.*' "$PRINT is an invalid command."`
scroll=true
name="Print Command #2:"
nrow=3
ncol=1
frow=3
fcol=20
rows=1
columns=45
value=const $PRINCMD2
valid=`indicator -w;echo "${F2}" | fmlcut -f1 -d" " | set -l PRINT ; $VMSYS/bin/chexec "${PRINT}"`
invalidmsg=`regex -v "$PRINT" '^$' "A value must be entered for this field."
'.*' "$PRINT is an invalid command."`
scroll=true
name="Print Command #3:"
nrow=5
ncol=1
frow=5
fcol=20
rows=1
columns=45
value=const $PRINCMD3
valid=`indicator -w;echo "${F3}" | fmlcut -f1 -d" " | set -l PRINT ; $VMSYS/bin/chexec "${PRINT}"`
invalidmsg=`regex -v "$PRINT" '^$' "A value must be entered for this field."
'.*' "$PRINT is an invalid command."`
scroll=true
name=RESET
button=8
action=reset