9 |
|
3. Changes consequential on moving fbintf character set utility functions from |
10 |
|
IFirebirdAPI to IAttachment. |
11 |
|
|
12 |
+ |
4. Avoid "Object is nil" error when opening a database with DefaultSystemCodePage = true |
13 |
+ |
|
14 |
+ |
5. IBLookupComboEditBox: avoid race condition when autocompleting text that occasionally |
15 |
+ |
results in autocomplete ignoring prefix text. |
16 |
+ |
|
17 |
+ |
6. IBLookupComboEditBox: Ensure that cursor is not reset to start of text when |
18 |
+ |
entering a new name into the text box. |
19 |
+ |
|
20 |
+ |
7. IBCustomDataset: ensure that TIBStringField uses the field size reported by |
21 |
+ |
Firebird rather than recomputing it. |
22 |
+ |
|
23 |
+ |
8. Property Editor positioning tidy up: All IBX Property editors should now be |
24 |
+ |
screen centre. Previously some were "poDesigned" which may be inappropriate |
25 |
+ |
for multi monitor desktops. |
26 |
+ |
|
27 |
|
IBX Change Log version (2.0-2) Fri, 24 Feb 2017 12:17:53 +0000 |
28 |
|
|
29 |
|
1. TIBDatabase.CreateDatabase: extract full DB Name from SQL using reg ex in order to |