man1/ChgDisplayFlag
Table of Contents
ChgDisplayFlag - change PAGE, FIXDISP, VARDISP, ICONDISP, and TEXTDISP
display flags.
ChgDisplayFlag <dbman_host>
This program
reads a file containing keyfield information about
PAGE, FIXDISP, VARDISP,
ICONDISP, and
TEXTDISP records and a value to set the display flag to.
A
request is formated and sent to dbman for each command in the file.
- dbman_host
The host where dbman is running.
The first field is a keyword
describing the record type. The fields following are the keys needed to
uniquely index the record. The last field is the value of the display flag
Y or
N.
- page
The required fields are page name and display flag state.
- text
The required fields are page name, recid, and display flag state.
- fixed
The required fields are page name, disp key, recid, and display flag
state.
- dcpnt
The required fields are page name, recid, and display flag state.
- icpnt
The required fields are page name, icon type, recid, and display flag
state.
ChgDisplayFlag csdev1 < new_display_file
page |DOSE|N
fixed|DOSE|Label|2|N
fixed|DOSE|Units|2|N
dcpnt|DOSE|2|N
fixed|DOSE|Label|3|N
fixed|DOSE|Units|3|N
dcpnt|DOSE|3|N
fixed|DOSE|Label|4|Y
fixed|DOSE|Units|4|Y
dcpnt|DOSE|4|Y
icpnt|BlcDisp|blv|4|Y
$Id: ChgDisplayFlag.1,v 1.4 2001/09/19 16:14:05 kitchen
Exp $
Table of Contents