When saving to file the total at the bottom of the report all show the currency correct for us as £. But when saving to Excel, the currency is showing as $.
I'm not able to recreate the issue. As a test I set my Windows Regional settings to English UK. The currency is displayed correctly in Excel.
If the application contains code that is changing the Delphi FormatSettings, then try the code below. If that does not help send an example .rtm file to support@ and include steps to create.
uses ppUtils;
// sync RB format settings with Delphi format settings ppFormatSettings := FormatSettings;
ppReport1.Print;
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Please create a simple example - either an .rtm file or a simple Delphi project we can build and run in the debugger. Use only standard Delphi components and RB. Copy data to ClientDataSet. Include only .pas, .dfm, .dpr. Send in zip format to support@.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
I'm not able to recreate the issue. As a test I set my Windows Regional settings to English UK. The currency is displayed correctly in Excel.
If the application contains code that is changing the Delphi FormatSettings, then try the code below. If that does not help send an example .rtm file to support@ and include steps to create.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Any more thought?
Dave Craggs
Please create a simple example - either an .rtm file or a simple Delphi project we can build and run in the debugger. Use only standard Delphi components and RB. Copy data to ClientDataSet. Include only .pas, .dfm, .dpr. Send in zip format to support@.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com