scline
(Sharla Cline)
November 25, 2019, 7:07pm
1
I am trying to change the display format of the UD31.Number01 field. I have set the format for this field in Extended Property Maintenance, but it only seems to update the list view, not the detail view. Is there another setting that I’m missing?
Detail view:
List view:
ckrusen
(Calvin Krusen)
November 25, 2019, 7:51pm
2
Did you change the format of the control on the form?
scline
(Sharla Cline)
November 25, 2019, 8:31pm
3
Yep, it shows correctly there.
ckrusen
(Calvin Krusen)
November 25, 2019, 8:33pm
4
You’re using a TextEditor. Try a numeric editor and use the MaskInput field
1 Like
scline
(Sharla Cline)
November 25, 2019, 8:49pm
5
Ah! That makes much more sense.
Thank you!
ckrusen
(Calvin Krusen)
November 25, 2019, 8:56pm
6
FYI - Numeric Editor fields don’t automatiaclly use the Extended Property’s format
The format of UD05.Number01 is set to ->,>>>,>>9.9999
Three controls (a txt editor, and two num editors) all bound to UD05.Number01
a. the two num editors with different InputMasks
2 Likes