Page 1 of 1

Fastreport in tfrxUniDacComponents switches lines

Posted: Tue 30 Mar 2010 10:17
by malanin
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]

Posted: Wed 31 Mar 2010 09:12
by Dimon
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.

Posted: Wed 31 Mar 2010 12:02
by malanin
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

Posted: Thu 01 Apr 2010 07:13
by Dimon
I still can not reproduce the problem.
It seems that this problem is connected with FastReport or some other third-party components.

Posted: Mon 05 Apr 2010 04:56
by malanin
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...