cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Auto convert just the English words for Amount total to Thai Language in Crystal Report Design

kedalenechong
Participant
0 Kudos
100

Hi All

How to Auto convert just the English words for Amount total to Thai Language in Crystal Report Design?

kedalenechong_0-1747900214870.png

Kedalene Chong

View Entire Topic
RaymondGiuseppi
Active Contributor
0 Kudos

To reuild the text  you already try

  • SPELL_AMOUNT module (does it support the Thai language on your system?) (so calling SAP)
  • Crystal Report should support function  such as ToWords (and propercase)

 

kedalenechong
Participant
0 Kudos
The Spell Formula us correct but dont know how to auto translate English to Thai Language {OINV.DocCur} + " : " + ProperCase( ToWords (Floor ({@DocTotal}),0) + " and " & ToWords(Remainder ({@DocTotal},1) * 100,0) & " cents only")