UCASE("Rupees " + {@tt1} +
IIF ((Round({?test},2) - Int({?test})) * 100 = 0 , " Only" , " and " + ToWords ((Round({?test},2) - Int({?test})) * 100, 0) + " Cents Only" ))
Note:
Instead of giving this parameter{@tt1} we can give ToWords (({?test}),0)
IIF ((Round({?test},2) - Int({?test})) * 100 = 0 , " Only" , " and " + ToWords ((Round({?test},2) - Int({?test})) * 100, 0) + " Cents Only" ))
Note:
Instead of giving this parameter{@tt1} we can give ToWords (({?test}),0)
No comments:
Post a Comment