Fastreport in tfrxUniDacComponents switches lines
Posted: 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,
becomes
at the next opening.
Please, direct me or give some ideas! Whats wrong?
Best regards, Andrey[/code]
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
Code: Select all
person
select * from
Please, direct me or give some ideas! Whats wrong?
Best regards, Andrey[/code]