fix change trxdbcombobbox with empti field

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1408 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2010-12-26 16:43:36 +00:00
parent a10d873557
commit 2117f162ef
5 changed files with 20 additions and 3 deletions

View File

@ -85,6 +85,8 @@ resourcestring
SUnlockHint = 'Enter you password';
SDeleteMultipleRecords = 'Delete all selected records?';
SDBComboBoxFieldNotAssigned = '%s:TDBComboBox - DataField not assigned';
SPropDefByLookup = 'PropDefByLookup';
SDataSourceFixed = 'SDataSourceFixed';
SCircularDataLink = 'SCircularDataLink';