if (KEY IN [#32..#255]) and
(FDataLink.Field <> nil) and
not (Key IN ['0'..'9']) and
(Key <> {$IFDEF DELPHI_XE2}FormatSettings.{$ENDIF}DecimalSeparator) and
(Key <> '-') then begin
if (KEY IN [#32..#255]) and
(FDataLink.Field nil) and
not (Key IN ['0'..'9']) and
(Key {$IFDEF DELPHI_XE2}FormatSettings.{$ENDIF}DecimalSeparator) and
(Key '-') then begin
Thomas
I just added the file acntUtils in the uses of the problematic files & everything worked out.