Format of UD Table column won't apply

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:
image

List view:
image

Did you change the format of the control on the form?

image

Yep, it shows correctly there.
image

You’re using a TextEditor. Try a numeric editor and use the MaskInput field

1 Like

Ah! That makes much more sense. :blush:
Thank you!

FYI - Numeric Editor fields don’t automatiaclly use the Extended Property’s format

image

  1. The format of UD05.Number01 is set to ->,>>>,>>9.9999
  2. Three controls (a txt editor, and two num editors) all bound to UD05.Number01
    a. the two num editors with different InputMasks
2 Likes