Browse Source

- is part of revision 620

git-svn-id: trunk@621 -
joost 20 years ago
parent
commit
ebb0738e54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fcl/db/dbconst.pp

+ 1 - 0
fcl/db/dbconst.pp

@@ -71,6 +71,7 @@ Const
   SFieldValueError         = 'Invalid value for field ''%s''';
   SFieldValueError         = 'Invalid value for field ''%s''';
   SInvalidCalcType         = 'Field ''%s'' cannot be a calculated or lookup field';
   SInvalidCalcType         = 'Field ''%s'' cannot be a calculated or lookup field';
   SDuplicateName           = 'Duplicate name ''%s'' in %s';
   SDuplicateName           = 'Duplicate name ''%s'' in %s';
+  SNoParseSQL              = '%s is only possible if ParseSQL is True';
 
 
 Implementation
 Implementation