RxFPC:RxDBGrid - fix export data to spreadsheet

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4117 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2015-05-06 06:31:21 +00:00
parent 12d3dae6ed
commit 98916ce6c7
2 changed files with 18 additions and 4 deletions

View File

@ -39,7 +39,7 @@ uses
LCLType, LCLIntf, Registry, Classes, SysUtils, DB, IniFiles;
const
IntegerDataTypes = [ftSmallint, ftInteger, ftWord, ftLargeint];
IntegerDataTypes = [ftSmallint, ftInteger, ftWord, ftLargeint, ftAutoInc];
NumericDataTypes = IntegerDataTypes + [ftFloat, ftCurrency, ftBCD];