'DataTable Constants

Global Const None = 0
Global Const AppendRecord = 1
Global Const ClearRecord = 2
Global Const CloseTable = 3
Global Const DeleteRecord = 4
Global Const FirstRecord = 5
Global Const GetField = 6
Global Const GetFieldType = 7
Global Const GetRecord = 8
Global Const GetRecordNumber = 9
Global Const GotoRecord = 10
Global Const InsertRecord = 11
Global Const LastRecord = 12
Global Const LockRecord = 13
Global Const NRecords = 14
Global Const NextRecord = 15
Global Const OpenTable = 16
Global Const PreviousRecord = 17
Global Const PutBlank = 18
Global Const PutField = 19
Global Const RefreshTable = 20
Global Const SearchField = 21
Global Const SearchKey = 22
Global Const UnlockRecord = 23
Global Const UpdateRecord = 24

Global Const SearchFirst = 0
Global Const SearchNext = 1
Global Const ClosestRecord = 2

