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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Printed Cheque amount in words

(0) ShareShare
ReportReport
Posted on by 4,130

Does anyone know why the amount in words show like the following when i print check with amount of $114

**114 Dollars and 00 Cents

 

and why is not showing like this:

 

 

One Hundred Fourteen Dollars and 00 Cents

 

 

 

 

                                                                                                                                  

*This post is locked for comments

I have the same question (0)
  • Stefanie Christiana Profile Picture
    75 on at

    I have this same problem.  Anyone have a solution?

    Thanks!

  • Verified answer
    Arayan Sinanan Profile Picture
    65 on at

    This is due to the use of the Amount to words and numbers function and not the Amount to words function. You can customize the check using the report writer and use the Amount to words function and remove the amount to words and numbers function.

  • spena Profile Picture
    1,501 on at

    Hi,

    Can you please provide a screenshot of what the Calculated Fields looks like in Report Writer?  I'm assuming you need a calculated field because when I try and apply a format to the String A 255, I get an error saying you can only apply formats to Integers.

  • David Musgrave MVP GPUG All Star Legend Moderator Profile Picture
    14,095 Most Valuable Professional on at

    From the RW Function SDK Document

    RW_ConvertToWordsAndNumbersParse

    Module:

    System Manager

    Series:

    System

    Script type:

    Global function

    Form (If a form global):

    Category:

    Numeric Manipulation

    Description:

    Convert currency value to Words and Numbers, using descriptive terms from the Currency ID supplied.  Returns the result parsed into lines of a specified length.  Uses the Dexterity Field_ParseText() function.

    Prerequisites:

    none

    Parameters:

    in currency IN_Value. { Value of Currency }

    in string IN_Currency. { Currency ID of Currency - Leave Blank for Functional }

    in integer IN_Mode. { non-zero = Use Numbers and Words instead of only Words }

    in integer IN_Characters. { Number of Characters per Line }

    in integer IN_Line. { Line Number to Return }

    Return Value:

    function returns string OUT_string.

    For more information:

    blogs.msdn.com/.../using-the-built-in-report-writer-functions.aspx

    David

  • Suggested answer
    Community Member Profile Picture
    on at

    Using report writer we can easily achieve this. For your Reference

    congruentdynamics.blogspot.in/.../converting-dollars-and-cents-to-words.html

  • Suggested answer
    soma Profile Picture
    24,410 on at

    Create the below calculated fields in Report Writer and drag the final calculated field (12th) to your report.

    1. amount = Pass your amount here
    2. dollars = RW_Truncate (amount, 0, 0)
    3. cents = (amount - dollars) * 100.0
    4. dollarstr = RW_ConvertToWordsAndNumbers (dollars, 0, 0)
    5. centposition = RW_Pos (dollarstr, "00", 1)
    6. amountinwrd1= RW_Left (dollarstr, centposition - 1)
    7. amountinwrd2 = RW_Substring (dollarstr, centposition  + 2, 20)
    8. centinwrd1 = RW_ConvertToWordsAndNumbers (cents ,"_", 0)
    9. length = RW_Length (centinwrd1)
    10. centinwrd2  = RW_Left (centinwrd1, length - 4)
    11. amountinwrd3 = RW_Trim (centinwrd2 , 3, " ")
    12. resultinwords = amountinwrd1+ amountinwrd3+amountinwrd2

    Hope this helps!!!

  • sattty Profile Picture
    on at

    How to do that, I am stuck with it?

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Community Member Profile Picture

Community Member 2

#2
mtabor Profile Picture

mtabor 1

#2
Victoria Yudin Profile Picture

Victoria Yudin 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans