Hi,
When setting a series value format (not programmatically, using the chart's properties pop up dialog) I want to set the format to include the currency symbol. However, when I choose currency it puts in the existing currency from the PC Windows settings such as Euro. However, if my users run the Application in the UK I want the pound symbol to go in.
Is there a formatting string where the currency symbol is dynamically inserted at runtime; such &0.00 where '&' would be replaced at runtime with the client's currency settings?
Thanks
Currency Symbol on Series Values
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nathean,
You could try using Delphi's CurrencyString and CurrencyFormat variables.
You could try using Delphi's CurrencyString and CurrencyFormat variables.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |