SQL text design-time editor font problem

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vladplus
Posts: 2
Joined: Fri 24 Aug 2007 08:17
Contact:

SQL text design-time editor font problem

Post by vladplus » Fri 24 Aug 2007 09:30

After upgrading from ODAC 4.50.3.23 to 6.10.1.10 (Delphi 6.240, Win2003 SP1) i've got a problem with SQL desing-time editors in TOraQuery and other components - it shows no text cursor at all and whitespace is in printable characters (in SQL, Update SQLs, and StoredProc generator, but not in Parameters/Macros sections).

Any ideas of how to fix this?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 27 Aug 2007 09:09

Please specify whether you have SynEdit components installed in your Delphi.

vladplus
Posts: 2
Joined: Fri 24 Aug 2007 08:17
Contact:

Post by vladplus » Tue 04 Sep 2007 08:18

Plash wrote:Please specify whether you have SynEdit components installed in your Delphi.
Yes, and totally unused. Removing them solved the problem.
Thank you!

Upd: The latest version of SynEdit, 2.0.6, works correctly, adding syntax highlighting to ODAC SQL editors.

Post Reply