This topic is locked

Currency Conversion

6/21/2013 8:43:03 AM
ASPRunnerPro General questions
F
fenhow author

Is there any way to apply a custom format to a number field that will convert the number into a Rupee format? I found this online but have no idea how to implement it to asp?

[>=10000000]"RS "##\,##\,##\,##0;[>=100000]"RS " ##\,##\,##0;"RS "##,##0

Thanks

Sergey Kornilov admin 6/21/2013

Unfortunately I don't know what this code means.
As a rule of thumb you can set 'View as' type of this field to Custom and apply your code there. Here are some examples:

http://xlinesoft.com/asprunnerpro/docs/_view_as__settings_custom.htm

F
fenhow author 6/21/2013



Unfortunately I don't know what this code means.
As a rule of thumb you can set 'View as' type of this field to Custom and apply your code there. Here are some examples:

http://xlinesoft.com/asprunnerpro/docs/_view_as__settings_custom.htm



Ok, so no known code or examples on converting currency?

Thanks.