Rosi Shared FormsUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit rDBImport_strings
Description | Uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Description
Overview
Constants
Description
Constants
sNoTableOpen = 'Select and open table with data to import.'; |
***************************************************
|
sNoImportFields = 'Select fields to import.'; |
|
sNoCompareFields = 'Select fields to compare for update records.'; |
|
sCheckResult = 'Checkup result - '; |
|
sImportErrList = 'List of errors - '; |
|
sNotFoundRec = 'Not found records (will be skipped or added during import)'; |
|
sWarningInfo = 'Warning: Value "%s" not found in auxilary table for field "%s".'; |
|
sImportedData = 'Data to import:'; |
|
sImportedErrorData = 'Imported values caused error:'; |
|
sImportProcInfo = 'Record %d of %d (%d errors; %d warnings)'; |
|
sImportMoveItemsW = 'Place cursor to combobox witch should me moved as first.'; |
|
Generated by PasDoc 0.13.0 on 2016-01-23 23:43:20
|