Hi!
Can the group please help me?
The query is; there is a single data-base with multiple companies, predominently in India; one company is US based; while taking check print out, the figure comes out like One Lakh Ten Thousand Two Hundred and three only; this is ok for Indian based companies, for US, the words should be in Millions; how should I do it? Any suggestion is welcome.
0
Answers
India:
ExponentText[1] := '';
ExponentText[2] := Text059; // Thousand
ExponentText[3] := Text1280000; // Lakh
ExponentText[4] := Text1280001; // Crore
W1:
ExponentText[1] := '';
ExponentText[2] := Text059; // Thousand
ExponentText[3] := Text060; // Million
ExponentText[4] := Text061; // Billion
I guess, you need to copy / paste the set of functions (InitTextVariable, FormatNoText, etc.) from the W1 database from 1401 report with a separate set of names and call them conditionally when you need to print millions..
Chn
One more request : Can I've WI version of 1401 for NAV 2009 only or even a link for down-loading?
Chn