﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebInput - currency input filed</title><link>http://www.intersoftsolutions.com/Community/WebInput/currency-input-filed/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>currency input filed</title><link>http://www.intersoftsolutions.com/Community/WebInput/currency-input-filed/</link><pubDate>Thu, 14 Jan 2010 21:40:27 GMT</pubDate><dc:creator>yudi</dc:creator><category>currency</category><category>key blocking</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;WebInput development team has managed to fix this issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;You should use the latest build version of WebInput 4 and WebUI.NET Framework 3 that comes with Intersoft WebUI Studio 2009 R2. A new property called “DecimalSeparator” has been added to WebInput regarding this issue. The value of this property should be set to “,”. Your WebInput code should look like below.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="AbsBetr" runat="server" Width="100px" Height="18px"
    Enabled="True" &lt;span style="color: #c00000"&gt;DecimalSeparator=","&lt;/span&gt;&amp;gt;
    &amp;lt;DisplayFormat Format="c" IsEnabled="True" Type="Number"&amp;gt;
        &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
        &amp;lt;/ErrorWindowInfo&amp;gt;
    &amp;lt;/DisplayFormat&amp;gt;
    &amp;lt;CultureInfo CultureName="de-DE"&amp;gt;
    &amp;lt;/CultureInfo&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>currency input filed</title><link>http://www.intersoftsolutions.com/Community/WebInput/currency-input-filed/</link><pubDate>Mon, 02 Nov 2009 22:36:28 GMT</pubDate><dc:creator>yudi</dc:creator><category>currency</category><category>key blocking</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;This behavior is considered as bug. A work item, work item #467, has been submitted to WebInput development team regarding this issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’ll keep you updated with any news I heard from the team regarding this.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>currency input filed</title><link>http://www.intersoftsolutions.com/Community/WebInput/currency-input-filed/</link><pubDate>Mon, 02 Nov 2009 08:38:49 GMT</pubDate><dc:creator>AOKBAYERN_martin.calov</dc:creator><category>currency</category><category>key blocking</category><description>&lt;p&gt;Hello @all,&lt;br /&gt;&lt;br /&gt;i've an input field for money values.&lt;br /&gt;The DisplayFormat is set to currency and the CultureInfo is set to german.&lt;br /&gt;So the &amp;euro; is used as currency symbol and comma as decimal separator.&lt;br /&gt;&lt;br /&gt;It works well with comma-key on the main keybord field (right next to "m").&lt;br /&gt;On the other hand the comma-key from numeric area (next to "0") dosn't work (the key is blocked).&lt;br /&gt;But both keys have the same keycode 44.&lt;br /&gt;&lt;br /&gt;This is my input field:&lt;br /&gt;&lt;br /&gt;&amp;lt;ISWebInput:WebInput ID="AbsBetr" runat="server" Width="100px" Height="18px" Enabled="True"&amp;gt;&lt;br /&gt; &amp;lt;DisplayFormat Format="c" IsEnabled="True" Type="Number"&amp;gt;&lt;br /&gt; &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;&lt;br /&gt; &amp;lt;/ErrorWindowInfo&amp;gt;&lt;br /&gt; &amp;lt;/DisplayFormat&amp;gt;&lt;br /&gt; &amp;lt;CultureInfo CultureName="de-DE"&amp;gt;&lt;br /&gt;&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;br /&gt;&lt;br /&gt;When I switch the CulturInfo to "en-US" the comma-Key from numeric area is accepted as thousand group separator.&lt;br /&gt;&lt;br /&gt;What can I do, when I want to use the comma-key from numeric area while setting the german currency format to the input field?&lt;br /&gt;&lt;br /&gt;Thanks a lot!&lt;br /&gt;&lt;br /&gt;With kind regards&lt;br /&gt;Martin Calov&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>