fcl-db/dbase: Hide Visual Foxpro _NULLFLAGS from user.

git-svn-id: trunk@24268 -
This commit is contained in:
reiniero 2013-04-19 08:14:27 +00:00
parent fa49e07a8e
commit 4ee7ea2ea3

View File

@ -1108,7 +1108,7 @@ begin
FieldDefs[lFieldDefCount].Attributes := [Db.faHiddenCol];
{$else}
// Poor man's way of hiding fields that shouldn't be shown/modified:
// Note: Visual Foxpro seems to allow adding another _NULLFLAGS field
// Note: Visual Foxpro seems to allow adding another _NULLFLAGS field.
// todo: test this with lockfield, then add this (TempFieldDef.IsLockField)
if (TempFieldDef.IsSystemField) then
begin