web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Cheque Printing: Remove wording for decimal/fraction values from amount in words.

(0) ShareShare
ReportReport
Posted on by 2,055

Hi,

I need to remove "and 99/100" from amount in word, while cheque printing.

2017_2D00_05_2D00_24_5F00_1559.png

Thanks.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Zain Bokhari Profile Picture
    3,208 Moderator on at

    Well this amount is inserted into the tempTable in a class correct?

    So before the assignment you can get the string value and use strcan to find the position of "and". Use that position value to remove the extra part out of the actual string.

    something like this: (just to give an idea)

    int pos = strScan(oldVal, "and", 1,1);
    str newVal = subStr( oldVal, 1, pos-1);
  • Zain Bokhari Profile Picture
    3,208 Moderator on at

    Hi,

    Was your issue resolved? If yes, then please verify the answer and if not, then do share more information so it can be resolved and this thread can be marked as resolved.

    Thanks.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans