Hi
I am trying to make a B4XTable cells showing 2 decimal places regardless if they have values or not.
In the Table I have formatted the Cell as Number
and this is the code I have been trying without any success
Any Suggestions would be great
Thank you
I am trying to make a B4XTable cells showing 2 decimal places regardless if they have values or not.
In the Table I have formatted the Cell as Number
and this is the code I have been trying without any success
Formatting code:
formatter.Initialize
Dim DefaultFormat As B4XFormatData = formatter.GetDefaultFormat
formatter.GetDefaultFormat.MaximumFractions = 2
formatter.GetDefaultFormat.MinimumFractions = 2
tblInvDetail.DefaultDataFormatter.GetDefaultFormat
Any Suggestions would be great
Thank you