man1/ChgDisplayFlag

Table of Contents

Name

ChgDisplayFlag - change PAGE, FIXDISP, VARDISP, ICONDISP, and TEXTDISP display flags.

Synopsis

ChgDisplayFlag <dbman_host>

Description

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.

Arguments

dbman_host

The host where dbman is running.

File Format

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.

Examples

ChgDisplayFlag csdev1 < new_display_file

Example 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

Manual Page Revision

$Id: ChgDisplayFlag.1,v 1.4 2001/09/19 16:14:05 kitchen Exp $


Table of Contents