In Designer mode format

Hi every body

In design mode i changed format of my text to currency with '/' for decimal.
In preview i could see OK ,after some changes when i want to change format of new text ,in preview and result changes not affect .
I don't know reason of it !?
Thanks for any guides.

Regards
Ali


Comments

  • edited 5:24AM
    wrote:
    when i want to change format of new text ,in preview and result changes not affect .
    I don't know reason of it !?

    take a look at frx file, what is written? it should be Format.DecimalSeparator="/"
  • edited 5:24AM
    ipong wrote: »

    take a look at frx file, what is written? it should be Format.DecimalSeparator="/"
    Thanks for your attentions
    they are same
    :

    <TextObject Name="Text9" Left="661.5" Width="47.25" Height="28.35" Text="[PezeshkReport.DrPercent]" Padding="0, 1, 0, 0" Format="Currency" Format.UseLocale="false" Format.DecimalDigits="2" Format.DecimalSeparator="/" Format.GroupSeparator="" Format.CurrencySymbol="" Format.PositivePattern="2" Format.NegativePattern="3" WordWrap="false" Font="B Traffic, 9.75pt" Trimming="EllipsisCharacter"/>
    <TextObject Name="Text13" Left="538.65" Width="47.25" Height="37.8" Text="[PezeshkReport.Zarib_Karaee]" Padding="0, 1, 0, 0" Format="Currency" Format.UseLocale="false" Format.DecimalDigits="2" Format.DecimalSeparator="/" Format.GroupSeparator="" Format.CurrencySymbol="" Format.PositivePattern="2" Format.NegativePattern="3" WordWrap="false" Font="B Traffic, 9.75pt" Trimming="EllipsisCharacter"/>

    first one is OK the second one show '.' instead of '/'


  • edited 5:24AM
    change it directly with notepad, since decimalseparator property is string datatype

Leave a Comment