Smart Client suffering from Amnesia?

Hi All,

to format numbers/dates/etc. we use i18n entries.
The standard i18n keys have just 1 entry (default one) saying: ‘#,##0.00’

Depending on the customers settings we set the key with the number of decimals requested, so this can change to: ‘#,##0.000’ (having 3 decimals displayed)
I’ve a customer telling me that his solution stops displaying the 3 digits after half an hour of work and is displaying like format ‘#,##0.00’ again.

What can be the problem here? Available memory at the clients PC?

so in the smart client you do

i18n.setI18NMessage(i18nKey, value)

and then a user doesnt change its locale, there is not a i18n filter set after that ?
Then it should be kept in memory.

jcompagner:
i18n.setI18NMessage(i18nKey, value)

correct

jcompagner:
there is not a i18n filter set after that

we don’t use filters

I will check on the locals.
Normally a user won’t change that, but you’ll never know…

Thnkx so far