| Bug # | Delphi versions | Description |
| 276 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
There is a bug in KWGEN |
| 275 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Borland Language Pack -
The database values for True and False are translated. This is VERY annoying if you try to use the value in an SQL string (which only accepts TRUE and FALSE). Confirmed only for Delphi 2 |
| 267 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Database Desktop -
Database Desktop creates a Paradox 4.0 table when instructed to create a 7.0 table. |
| 463 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Database Desktop -
Oracle 8 DBD allows you to create Oracle 8 tables (and indexes, and field names) with lowercase names. This is not allowed by Oracle. |
| 468 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Database desktop -
Some of the buttons used in Database Desktop dialogs do not function properly. |
| 268 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
Undocumented feature or bug? Delphi treats the color of the lower left pixel of a bitmap as the background color |
| 269 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
The PaintCan has its hotspot somewhere near the upper right, I am not sure where. |
| 270 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
The Eraser does not change the tool cursor when selected. |
| 271 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
When you use Resource|New... the window that opens is somewhere in the far lower right corner, UNLESS you are operating at full screen. |
| 272 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
The check for 'mouse over tool button' apparently misses the bottom part of the button, you have to select a button above the lower quarter (about) of the button image. |
| 273 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
Eye-dropper |
| 274 | 1.02 2.01 3.0 3.01 3.02 4.0 4.01 4.02 |
Image Editor -
|
Bug #276; last modified: before April 1998| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown |
There is a bug with KWGEN. If you TYPE the path to your file in the project box, it will fail with a TStream error
Bug #275; last modified: before April 1998| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown |
Bug #267; last modified: before April 1998| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown |
Bug #463; last modified: 18-Aug-98| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Unknown | Exists | Exists | Unknown |
You can get some interesting results when you try to work with such a table:
in SQLplus the table exists as a table but when you try to reference it,
"object does not exist".
DBD lets you see the table but you can't restructure a table with a
lowercase name.
The table can only be dropped from Delete Table in DBD
Opening the repository table as Sys and changing the name to all capitals
makes the table functional.
I suspect this problem is because the BDE is adding the table by editing the
repository rather than using create table. This is OK, it's probably
faster, BUT, the data is not checked for case.
Bug #468; last modified: 27-Dec-98| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Exists | Exists | Exists | Exists |
To reproduce:
Cause:
I believe the custom control "JrBtnll32" buttons are not using the
SetCapture WinAPI function properly, which would avoid this problem.
I have verified this using Delphi 3.02 with Database Desktop version 7.0 under Windows NT 4.0 with Service Pack 3 installed.
Note:
This is an extremely low-priority bug, but an annoyance, nonetheless.
Bug #268; last modified: before April 1998| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown |
Bug #273; last modified: before April 1998| 1.02 | 2.01 | 3.0 | 3.01 | 3.02 | 4.0 | 4.01 | 4.02 |
| Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown | Unknown |