![]() |
bug - SUM formula |
Post Reply
|
| Author | |
User777
Newbie
Joined: 23 March 2010 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: bug - SUM formulaPosted: 23 March 2010 at 7:47am |
|
hi,
We found issue in ActiveX Report control (13.2.1) and (13.3.1) we calculate column total for currency data type and in source works fine as expected but when we compile .exe don't work as You can see 1. TOTAL = 27,21 >>>> result 2. TOTAL = 27.00 >>>> compiled exe ![]() our regional setting: 123.456.789,00 UNICODE .ocx uploads/20100323_073950_test_report.zip regards |
|
![]() |
|
Baldur
Senior Member
Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 April 2010 at 10:10am |
|
I think, you should provide the values as double instead of strings:
.AddItem 4#
.AddItem 10.2
The conversion from String to Double is somtimes depending on the current locale (Decimalpoint or comma) and the locale may be different in the ide or at runtime. If you use i.e. the val()-function in VB, it expects only decimalpoint and will stop the converting at the comma.
|
|
![]() |
|
User777
Newbie
Joined: 23 March 2010 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 May 2010 at 4:32am |
|
still not working :(
|
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 May 2010 at 10:09am |
|
We told you we fixed it in your issue a few weeks ago.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |