Subject Re: [IBO] EditEnh and decimal separator problem
Author Geoff Worboys
> Belive me, the "." key is really widely put into the
> numeric keypad, while localized decimal separator can
> be different in many many countries. With this change
> the control could be better usable all over the world
> (don't forget IB_EditEnh).

This is very interesting and not something I had thought about.

You are quite correct that it must be in the KeyPress, so that the
translation is only done through user input, not direct text
assignments.

What if I add a new element to the EditEnh.Options property which
turns the translation on in the base class. I could default this to
true but have it only operate when EditMaskMode = eemNumeric.

Option element name: eeoInputDecimalTrans ?

Geoff Worboys
Telesis Computing