'DataTable Constants 'Use these symbolic constants to insure compatibility between 'different versions of the DataTable custom control 'These constants are valid as of: DataTable (version 3.0 beta) 'May 20, 1993 ' 'Copyright (C) - 1993 by Douglas A. Bebber Global Const None = 0 Global Const AddPassword = 1 Global Const AddRecords = 2 Global Const AppendRecord = 3 Global Const ClearRecord = 4 Global Const CloseTable = 5 Global Const CopyTable = 6 Global Const CreateIndex = 7 Global Const CreateTable = 8 Global Const DecryptTable = 9 Global Const DeleteIndex = 10 Global Const DeleteRecord = 11 Global Const DeleteTable = 12 Global Const EncryptTable = 13 Global Const FindTable = 14 Global Const FirstRecord = 15 Global Const FlushBuffers = 16 Global Const GetField = 17 Global Const GetFieldNumber = 18 Global Const GetFieldName = 19 Global Const GetFieldType = 20 Global Const GetRecord = 21 Global Const GetRecordNumber = 22 Global Const GotoLock = 23 Global Const GotoRecord = 24 Global Const InsertRecord = 25 Global Const IsFieldBlank = 26 Global Const IsRecordLocked = 27 Global Const IsTableProtected = 28 Global Const LastRecord = 29 Global Const LockRecord = 30 Global Const LockTable = 31 Global Const MapKey = 32 Global Const NextRecord = 33 Global Const NFields = 34 Global Const NKeyFields = 35 Global Const NRecords = 36 Global Const OpenTable = 37 Global Const PreviousRecord = 38 Global Const PutBlank = 39 Global Const PutField = 40 Global Const QueryKey = 41 Global Const RefreshTable = 42 Global Const RemovePassword = 43 Global Const RemoveRecords = 44 Global Const RenameTable = 45 Global Const SearchField = 46 Global Const SearchKey = 47 Global Const TableChanged = 48 Global Const UnlockRecord = 49 Global Const UnlockTable = 50 Global Const UpdateRecord = 51 Global Const UpgradeTable = 52 'DataTable Search Constants Global Const SearchFirst = 0 Global Const SearchNext = 1 Global Const ClosestRecord = 2 'DataTable Table Lock Constants Global Const FullLock = 1 Global Const WriteLock = 2 Global Const PreventWriteLock = 3 Global Const PreventFullLock = 1 'DataTable index types Global Const Primary = 0 Global Const NonMaintainedSecondary = 1 Global Const MaintainedSecondary = 2 'DataTable IndexCase Constants Global Const CaseSensitive = 0 Global Const CaseInsensitive = 1 'DataTable TableType Constants Global Const Paradox35 = 0 Global Const Paradox40 = 1