Skip to content

Display format issues

Forums Forums SIMPOL Programming Display format issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92
    JD Kromkowski
    Participant

    If I open a form up in Personal a number field with ostensible display format of $999.00 instead displays like this: 0.00$ If I open the same form up programatically, I get this £ 0.00 I know this comes down to maybe SBLNumsettings and the currency settings in localeinfo maybe localcurrencyformat (does 0 mean symbol before the number and 1 symbol after?) Are any of these just established by default from the settings in the OS? Win32 API GetLocaleInfoW

    #2036
    Michael
    Keymaster

    On 04/01/2013 19:03, kromkowski wrote:
    > If I open a form up in Personal
    >
    > a number field with ostensible display format of $999.00
    > instead displays like this:
    >
    > 0.00$
    >
    > If I open the same form up programatically, I get this
    >
    > £ 0.00
    >
    > I know this comes down to maybe SBLNumsettings
    >
    > and
    > the currency settings in
    > localeinfo
    >
    > maybe localcurrencyformat (does 0 mean symbol before the number and 1
    > symbol after?)
    >
    > Are any of these just established by default from the settings in the
    > OS? Win32 API GetLocaleInfoW
    >
    >
    >

    There are definite bugs in this area that I have fixed in the interim. The basic settings are pulled from the system, but they
    shouldn't have overridden the ones from the database. That area is fixed in my copy.

    Ciao, Neil

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.