Fastreport in tfrxUniDacComponents switches lines

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
malanin
Posts: 3
Joined: Tue 30 Mar 2010 10:05

Fastreport in tfrxUniDacComponents switches lines

Post by malanin » Tue 30 Mar 2010 10:17

Good morning!

Please help me to solve one problem. I have tfrxUniDacComponents and unicode tfrxunidacquery.

Every time when I enter multiline SQL.text in the fastreport SQL editor in object inspector and REOPEN it, I get a "garbage" of lines - they switch between each other in random way. What is it?

For example,

Code: Select all

select * from
person
becomes

Code: Select all

person
select * from
at the next opening.

Please, direct me or give some ideas! Whats wrong?

Best regards, Andrey[/code]

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 31 Mar 2010 09:12

I can not reproduce the problem.
Please, specify the exact version of SDAC and FastReport you are using. Also check if the problem is reproduced using UniDAC FastReport demo.

malanin
Posts: 3
Joined: Tue 30 Mar 2010 10:05

Post by malanin » Wed 31 Mar 2010 12:02

Thanks for reply!

Yes, this problem is taking place in standard Unidac Demo for FastReport in

c:\Program Files\Devart\UniDac for RAD Studio 2007\Demos\Win32\ThirdParty\FastReport\FR4\.

When
- I compile these files into my application, all is correct,
- reports work,
- frxUnidacComponents present on the FastReport toolbar
but
- any editing of SQL.text in editor switches their lines
as if what is going on with line feed symbol.

FR 4.4, Unidac 3.00.0.2

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 01 Apr 2010 07:13

I still can not reproduce the problem.
It seems that this problem is connected with FastReport or some other third-party components.

malanin
Posts: 3
Joined: Tue 30 Mar 2010 10:05

Post by malanin » Mon 05 Apr 2010 04:56

I've reproduced this problem - lines in FastReport SQL Editor are SORT!, so it seems that they switch between each other.

Why does FR need to do so? Nobody knows...

Post Reply