From 2772d578420abd111f807dcef75e5b9c2282252f Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 28 Feb 2018 16:42:33 +0100 Subject: [PATCH] set PP on SELN and SELM fields --- src/rec/selRecord.dbd | 2 ++ src/rec/seqRecord.dbd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/rec/selRecord.dbd b/src/rec/selRecord.dbd index 172f16e36..1f92be93b 100644 --- a/src/rec/selRecord.dbd +++ b/src/rec/selRecord.dbd @@ -24,9 +24,11 @@ recordtype(sel) { prompt("Select Mechanism") promptgroup(GUI_INPUTS) menu(selSELM) + pp(TRUE) } field(SELN,DBF_USHORT) { prompt("Index value") + pp(TRUE) } field(PREC,DBF_SHORT) { prompt("Display Precision") diff --git a/src/rec/seqRecord.dbd b/src/rec/seqRecord.dbd index 518310220..e70be6f44 100644 --- a/src/rec/seqRecord.dbd +++ b/src/rec/seqRecord.dbd @@ -24,11 +24,13 @@ recordtype(seq) { promptgroup(GUI_INPUTS) interest(1) menu(seqSELM) + pp(TRUE) } field(SELN,DBF_USHORT) { prompt("Link Selection") interest(1) initial("1") + pp(TRUE) } field(SELL,DBF_INLINK) { prompt("Link Selection Loc")