Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. amount to letter in crystal report

amount to letter in crystal report

Scheduled Pinned Locked Moved C#
help
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tek 2009
    wrote on last edited by
    #1

    I would like to convert the amount to letter in crystal report, I use the "towords" but a number like 123.23 that gives me one hundred twenty-three 23/100, somebody who can help me thank you

    A 1 Reply Last reply
    0
    • T tek 2009

      I would like to convert the amount to letter in crystal report, I use the "towords" but a number like 123.23 that gives me one hundred twenty-three 23/100, somebody who can help me thank you

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      See this[^] thread.

      The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick - Silverlight *.XCP files. Visit the Hindi forum here.

      T 1 Reply Last reply
      0
      • A Abhinav S

        See this[^] thread.

        The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick - Silverlight *.XCP files. Visit the Hindi forum here.

        T Offline
        T Offline
        tek 2009
        wrote on last edited by
        #3

        thank you very much for your help, I found a solution but it is not complete. I used this formula:

        if
        right(Totext({amount}),2)="00"
        then
        uppercase(ToWords({amount},0))+" "+"Only"
        else
        uppercase(ToWords({amount},0))+" AND "+uppercase(ToWords(tonumber(right(Totext({amount}),2)),0))+" "+"Paisa Only"

        the resultat of this numbre 1186,86 is: THOUSAND ONE HUNDRED NINETY-SEVEN AND NINETY-SIX Paisa Only how can I correct this error, how can I convert it as it is, thank you in advance

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups