youngboyguy
August 10th, 2007, 05:19 AM
I encounter a problem when I exporting a crystal report to text. The amount that have more than 12 digit will be truncated.
For example, EUR 100,000,000,00.000, it will shown EUR 00,000,000,00.000, which the text file will have less digit that it should.
I found the web site that saying modify the windows registry at
HKEY_CURRENT_USER\Software\Crystal Decisions\10.0\Crystal Reports\ Export\Text\"PromptAgain"="1"
More detail at:
http://www-1.ibm.com/support/docview.wss?uid=swg21247328
will allow the pop out screen, which you can set the width of the amount. I am able to get this from my registry, however, my customer unable to get it. Because they didn't install crystal report, in fact, the crystal report DLL is embeded with the application, so, they don't have to install Crystal Report yet still able to run a crytal report from my application.
Appreciate if anyone of you can tell me how to fix this issue where by user don't have the above registry.
Thanks.
For example, EUR 100,000,000,00.000, it will shown EUR 00,000,000,00.000, which the text file will have less digit that it should.
I found the web site that saying modify the windows registry at
HKEY_CURRENT_USER\Software\Crystal Decisions\10.0\Crystal Reports\ Export\Text\"PromptAgain"="1"
More detail at:
http://www-1.ibm.com/support/docview.wss?uid=swg21247328
will allow the pop out screen, which you can set the width of the amount. I am able to get this from my registry, however, my customer unable to get it. Because they didn't install crystal report, in fact, the crystal report DLL is embeded with the application, so, they don't have to install Crystal Report yet still able to run a crytal report from my application.
Appreciate if anyone of you can tell me how to fix this issue where by user don't have the above registry.
Thanks.