{*********************************************************} {* FlashFiler: Stringtable constants for DataSet code *} {*********************************************************} (* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is TurboPower FlashFiler * * The Initial Developer of the Original Code is * TurboPower Software * * Portions created by the Initial Developer are Copyright (C) 1996-2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * ***** END LICENSE BLOCK ***** *) {Note: Actual string values are found in the resource scripts FFDSCNST.STR - TDataSet descendant strings} {String constants} const ffdse_NoErrorCode = $D500; ffdse_HasErrorCode = $D501; ffdse_NilPointer = $D502; ffdse_UnnamedInst = $D503; ffdse_InstNoCode = $D504; ffdse_MissingItem = $D505; ffdse_MustBeClosed = $D506; ffdse_MustBeOpen = $D507; ffdse_MissingOwner = $D508; ffdse_NeedsName = $D509; ffdse_NeedsOwnerName = $D50A; ffdse_NoDefaultCL = $D50B; ffdse_NoSessions = $D50C; ffdse_NilSession = $D50D; ffdse_CLNameExists = $D50E; ffdse_CLMustBeOpen = $D50F; ffdse_CLMustBeClosed = $D510; ffdse_SessMustBeOpen = $D511; ffdse_SessMustBeClosed = $D512; ffdse_CannotStartEng = $D513; ffdse_CannotStartCL = $D514; ffdse_CannotOpenSess = $D515; ffdse_SessNameExists = $D516; ffdse_DBMustBeClosed = $D517; ffdse_DBMustBeOpen = $D518; ffdse_CantOpenDBSess = $D519; ffdse_DBNoOwningSess = $D51A; ffdse_MatchesAlias = $D51B; ffdse_DBNameExists = $D51C; ffdse_TblMustBeClosed = $D51D; ffdse_TblMustBeOpen = $D51E; ffdse_CantOpenTblDB = $D51F; ffdse_NotSameTbl = $D520; ffdse_UnnamedTblNoFlds = $D521; ffdse_CantGetTblHandle = $D522; ffdse_TblNotEditing = $D523; ffdse_TblFldNotInIndex = $D524; ffdse_TblCantGetBuf = $D525; ffdse_TblCalcFlds = $D526; ffdse_TblReadOnlyEdit = $D527; ffdse_TblChkKeyNoEdit = $D528; ffdse_TblNoName = $D529; ffdse_TblBadDBName = $D52A; ffdse_TblBadDBRefCount = $D52B; ffdse_TblBadReadOnly = $D52C; ffdse_TblIdxFldRange = $D52D; ffdse_TblIdxFldMissing = $D52E; ffdse_TblIdxNotExist = $D52F; ffdse_TblCircDataLink = $D530; ffdse_BLOBFltNoFldAccess = $D531; ffdse_BLOBAccessNoMatch = $D532; ffdse_BLOBTblNoEdit = $D533; ffdse_InvalidFieldType = $D534; ffdse_InstCode = $D535; ffdse_EmptySQLStatement = $D536; ffdse_QueryMustBeClosed = $D537; ffdse_QueryExecFail = $D538; ffdse_QuerySetParamsFail = $D539; ffdse_QueryPrepareFail = $D53A; ffdse_RSENeedsTransport = $D53B; ffdse_StartTranTblActive = $D53C; {!!.10}