ToWordsPt bug

Stimulsoft Reports.Flex discussion
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

ToWordsPt bug

Post by hugo »

The following expression:
{ToWordsPt(Year(Minute.DebtsDate), false)}test

Returns:
dois mil e quinze test

Expected:
dois mil e quinzetest
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: ToWordsPt bug

Post by HighAley »

Hello.

We have made an improvement.
The patch will be available in our next prerelease build.

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: ToWordsPt bug

Post by hugo »

I'll test as soon it's available.

Thank you.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: ToWordsPt bug

Post by HighAley »

Hello.

Please, let us know about results.
Let us know if you need any additional help.

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: ToWordsPt bug

Post 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)!
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: ToWordsPt bug

Post by HighAley »

Hello.
hugo wrote: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)!
There could be no mention of small bug-fixes.
Please, check our build.

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: ToWordsPt bug

Post by hugo »

OK, thank you.

I'll test today.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: ToWordsPt bug

Post by hugo »

After wait for a long time, I tested and there is no difference !
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: ToWordsPt bug

Post 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.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: ToWordsPt bug

Post by hugo »

Hello,

OK, I can use Trim and fix the problem.

Thank you.
Locked