Page 1 of 2
ToWordsPt bug
Posted: Fri Jan 09, 2015 10:55 pm
by hugo
The following expression:
{ToWordsPt(Year(Minute.DebtsDate), false)}test
Returns:
dois mil e quinze test
Expected:
dois mil e quinzetest
Re: ToWordsPt bug
Posted: Sat Jan 10, 2015 10:43 am
by HighAley
Hello.
We have made an improvement.
The patch will be available in our next prerelease build.
Thank you.
Re: ToWordsPt bug
Posted: Sat Jan 10, 2015 12:32 pm
by hugo
I'll test as soon it's available.
Thank you.
Re: ToWordsPt bug
Posted: Mon Jan 12, 2015 9:24 am
by HighAley
Hello.
Please, let us know about results.
Let us know if you need any additional help.
Thank you.
Re: ToWordsPt bug
Posted: Fri Jan 16, 2015 10:39 am
by hugo
Hello,
I saw the today build release description:
http://www.stimulsoft.com/en/changes/re ... d=2014.3.5
But unfortunately there is no mention about this fix (I can test only today later)!
Re: ToWordsPt bug
Posted: Fri Jan 16, 2015 1:08 pm
by HighAley
Hello.
There could be no mention of small bug-fixes.
Please, check our build.
Thank you.
Re: ToWordsPt bug
Posted: Fri Jan 16, 2015 2:36 pm
by hugo
OK, thank you.
I'll test today.
Re: ToWordsPt bug
Posted: Fri Jan 16, 2015 10:03 pm
by hugo
After wait for a long time, I tested and there is no difference !
Re: ToWordsPt bug
Posted: Mon Jan 19, 2015 1:21 pm
by HighAley
Hello.
Sorry, that was my fault.
This issue was not improvement.
This is a usual behavior of all ToWords functions.
If you do not need this space, please, use next expression:
Code: Select all
{Trim(ToWordsPt(Year(Minute.DebtsDate), false))}test
Thank you.
Re: ToWordsPt bug
Posted: Mon Jan 19, 2015 11:45 pm
by hugo
Hello,
OK, I can use Trim and fix the problem.
Thank you.