05-16-2012 03:50 AM
Within my Opportunity Details grid I have several bespoke currency fields.
We have Multi-Currency enabled, which at the moment is placing a GBP at the end of my value.
1000.00 GBP
My users do not like this. I have two questions relating to the formatting of the currency.
1. How do I remove the GBP, I have tried setting the property "Display Exchange Rate Code" to False, but this has no effect.
2. I need to format my value with no trailing zeros - 1000.00 should read 1000, again I have tried formating the filed - In Data Bindings I have specified a format string £%.0m - but again this does not change the format.
Can anyone, help
Thanks
Sarah
05-16-2012 10:53 AM
Are you using version 7.5.3?
05-16-2012 11:38 AM
Hi
I'm using Application Architect version 7.5.3.4227.
Thanks
Sarah
05-18-2012 10:46 AM
The currency control is rather inflexible in this regard. In the past, I've replaced it with a numeric control bound to code snippet properties that do the currency conversions for me. This gives you more control in terms of decimal places, amounts, etc...