Hi,
I am trying to add this customer format to a text box - #,##0.0,, . The problem is that the trailing commas get interpreted as a string that gets appended to the number rather than part of the formatting. So, when I enter that format, either manually or via code, the format gets changed to #,##0.0",,".
I want to format the text box so that, for example, 445,477,255.25 would be displayed as 445.5. The above format is fine in Excel. I've tried changing the format of both the textbox and also the table field that the textbox is bound to, with the same result.
Does anybody have any way around this or an alternative to formatting in this way?
Thanks
I am trying to add this customer format to a text box - #,##0.0,, . The problem is that the trailing commas get interpreted as a string that gets appended to the number rather than part of the formatting. So, when I enter that format, either manually or via code, the format gets changed to #,##0.0",,".
I want to format the text box so that, for example, 445,477,255.25 would be displayed as 445.5. The above format is fine in Excel. I've tried changing the format of both the textbox and also the table field that the textbox is bound to, with the same result.
Does anybody have any way around this or an alternative to formatting in this way?
Thanks