Hi there,
I'm looking for a way to format a Date in a Page, while still editable.
For example User see "28 Aug 2018" (which is possible with FORMAT("Start Date",0, '<Day,2> <Month Text,3> <Year4>')), but in a Page this type of field is not editable.
I also tried with AutoFormatType and AutoFormatExpr, but i think this is only for Decimal variables.
Thank you,
Dimitar.
0
Answers
In the RTC you either have to create your own custom control add-in, or use a text variable combined with FORMAT and EVALUATE in the OnAfterGet(Curr)Record and OnValidate.