diff --git a/src/rec/calcRecord.dbd b/src/rec/calcRecord.dbd index 76ad5f650..0248f34cd 100644 --- a/src/rec/calcRecord.dbd +++ b/src/rec/calcRecord.dbd @@ -17,7 +17,7 @@ recordtype(calc) { promptgroup(GUI_CALC) special(SPC_CALC) pp(TRUE) - size(40) + size(80) initial("0") } field(INPA,DBF_INLINK) { @@ -296,6 +296,6 @@ recordtype(calc) { prompt("Reverse Polish Calc") special(SPC_NOMOD) interest(4) - extra("char rpcl[INFIX_TO_POSTFIX_SIZE(40)]") + extra("char rpcl[INFIX_TO_POSTFIX_SIZE(80)]") } } diff --git a/src/rec/calcoutRecord.dbd b/src/rec/calcoutRecord.dbd index c7632ef12..fc393a782 100644 --- a/src/rec/calcoutRecord.dbd +++ b/src/rec/calcoutRecord.dbd @@ -45,7 +45,7 @@ recordtype(calcout) { promptgroup(GUI_CALC) special(SPC_CALC) pp(TRUE) - size(40) + size(80) initial("0") } field(CLCV,DBF_LONG) { @@ -248,7 +248,7 @@ recordtype(calcout) { promptgroup(GUI_CALC) special(SPC_CALC) pp(TRUE) - size(40) + size(80) initial("0") } field(OCLV,DBF_LONG) { @@ -495,12 +495,12 @@ recordtype(calcout) { prompt("Reverse Polish Calc") special(SPC_NOMOD) interest(4) - extra("char rpcl[INFIX_TO_POSTFIX_SIZE(40)]") + extra("char rpcl[INFIX_TO_POSTFIX_SIZE(80)]") } field(ORPC,DBF_NOACCESS) { prompt("Reverse Polish OCalc") special(SPC_NOMOD) interest(4) - extra("char orpc[INFIX_TO_POSTFIX_SIZE(40)]") + extra("char orpc[INFIX_TO_POSTFIX_SIZE(80)]") } }