diff --git a/components/jujiboutils/src/jdbgridcontrol.pas b/components/jujiboutils/src/jdbgridcontrol.pas index d6bd903a1..9fa0c13f0 100644 --- a/components/jujiboutils/src/jdbgridcontrol.pas +++ b/components/jujiboutils/src/jdbgridcontrol.pas @@ -180,7 +180,7 @@ begin ftCurrency, ftFloat: Result := doubleDbGridControl.Editor(Self, Columns[Column - 1].Decimals); - ftBCD: + ftBCD, ftFMTBCD: Result := doubleDbGridControl.Editor(Self, aField.Size); ftString: Result := stringDbGridControl.Editor(Self, Columns[Column - 1].MaxLength);