Converting Currency in Wording

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • humayou
    New Member
    • Oct 2007
    • 1

    Converting Currency in Wording

    I want to make a cheque print so i have the amount and i want to convert the amount in Currency & also in wording..

    Kindly help me,
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to Visual Basic forum.

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      If you are using database then it can be done easily at database level.

      sample code for oracle database.
      [CODE=oracle]select to_char(to_date (amt,'j'),'jsp' ) from salary;[/CODE]
      it can be executed at database in a function returning the string in words.

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        I'd suggest you try using the search box up top. Pretty sure this has been covered here a couple of times before.

        Comment

        Working...