From 5372c3450d6c8da8640bf7514e35edfdd0f54b3c Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 16 Apr 2005 10:02:13 +0000 Subject: [PATCH] + Patch to show/enter alternate charsets in grid editor. --- fcl/db/fields.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fcl/db/fields.inc b/fcl/db/fields.inc index 4488c7d50a..e793ac559c 100644 --- a/fcl/db/fields.inc +++ b/fcl/db/fields.inc @@ -240,7 +240,7 @@ constructor TField.Create(AOwner: TComponent); begin Inherited Create(AOwner); FVisible:=True; - FValidChars:=[#0..#155]; + FValidChars:=[#0..#255]; FProviderFlags := [pfInUpdate,pfInWhere]; end; @@ -2291,7 +2291,10 @@ end; { $Log$ - Revision 1.30 2005-04-10 22:18:43 joost + Revision 1.31 2005-04-16 10:02:13 michael + + Patch to show/enter alternate charsets in grid editor. + + Revision 1.30 2005/04/10 22:18:43 joost Patch from Alexandrov Alexandru - implemented TDataset.BindFields - master-detail relation implemented