I have a display item that must show a numeric value edited without decimals if it haven't, but Form shows the decimals anyway, What is the Format mask that I have to use?:
data base value FORMAT_MASK Form 6i Edit I want
----------------- --------------------- ------------- ---------
.5 999G999 0.500 0.5
12 999G999 12.000 12
.05 999G999 0.050 0.05
1.2 999G999 1.200 1.2
Forms [32 Bit] Version 6.0.8.13.0 (Production)
thanks,
Pablo
data base value FORMAT_MASK Form 6i Edit I want
----------------- --------------------- ------------- ---------
.5 999G999 0.500 0.5
12 999G999 12.000 12
.05 999G999 0.050 0.05
1.2 999G999 1.200 1.2
Forms [32 Bit] Version 6.0.8.13.0 (Production)
thanks,
Pablo