Word Automation-Export Decimal Keeping Trailing Zero's

SavatageSavatage Member Posts: 7,142
edited 2009-08-05 in Navision Attain
I'm trying to export a customers Balance to a Word Template.

It all works fine but I can't seem to figure out how to keep the decimals showing.

I'm using this:
wdRange.Text := FORMAT("Balance ($)",0,'<Integer,7><Decimal,2>');

But if the Customer's Amount is $500.10 what get's exported is only $500.1 (no Last Zero)
And if it was just $500.00 - all I get is $500 (no decimal places)

Hint Needed, Thanks.

Answers

Sign In or Register to comment.