CurrencyEdit formatting

I have currency edit in a user control which is placed in an Tabbed MDI child form. Shen I set the currencyEdit1.DecimalValue = 123123.12, it is not showing the textbox text as "$123,123.12". But instead, it shows "123123.12". When I start changing the value in GUI, it reformats the text as "$123,123.12". When I created a simple window and placed the currency edit control, it worked. What am I doing wrong? I noticed that, in CurrencyTextBox, ApplyFormattingAndSetCurrencyText() method, the ignoreTextChange is is set to true. Could it be causing some problem in certain conditions ?? thanks, - Reddy

4 Replies

DJ Davis Jebaraj Syncfusion Team May 30, 2003 01:24 PM UTC

Hi Reddy, I am unable to reproduce this behavior. What is the version of Essential Tools you have installed? Thanks, Davis


AD Administrator Syncfusion Team June 2, 2003 12:35 AM UTC

Davis, I am using 1.5.6.0 verion of your libraries. thanks, - Reddy


DJ Davis Jebaraj Syncfusion Team June 6, 2003 08:13 PM UTC

Hi Reddy, Could you try upgrading to the latest version 1.6.0.6 from: http://www.syncfusion.net/squiffler/patches/v1606/syncfusionessentialsuitesetup.exe You can see the readme file for this release at: http://www.syncfusion.net/squiffler/patches/v1606/readme.htm Regards, Davis


AD Administrator Syncfusion Team June 12, 2003 04:47 PM UTC

Hi Davis, I have installed 1.6 and tried it. No luck. It is still not working. Any pointers? thanks, - Reddy

Loader.
Up arrow icon