Subject | Re: [IBO] EditEnh and decimal separator problem |
---|---|
Author | Geoff Worboys |
Post date | 2001-03-02T00:38:20Z |
> Belive me, the "." key is really widely put into theThis is very interesting and not something I had thought about.
> 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).
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