Page 1 of 1

Data shows on multiple rows

Posted: Thu Oct 07, 2021 8:09 am
by Bisoux
Hello everyone,

I have data field where I would like the output to show on one row for one record. What i am seeing is in certain cases the output goes to a second and third row for the same record.

Here is what the expression on the databand looks like,

Code: Select all

 {rows}

So the outout i am seeing is this,

Code: Select all

#DE#EFT#20210101#####USDD#13800.00##AL47212110090000000235698741
#########OUR###testtest
#####SAL##############AL47212110090000000235698741#Test Test#####IS#####################012021SALARY EMPNO 
The expected output is as below the output should be one row,

Code: Select all

#DE#EFT#20210101#####USDD#13800.00##AL47212110090000000235698741#########OUR###testtest#####SAL##############AL47212110090000000235698741#Test Test#####IS#####################012021SALARY EMPNO 
I have tried expanding the width of the report but no luck. What i have noticed is that if the first occurence of AL47212110090000000235698741 is removed it outputs as one row.

What i would like to know is why the data is going to multiple rows and is there a setting that controls this ? I am using Stimulsoft Designer version 2021.3.1 winforms .NET 4.5

Thank you

Re: Data shows on multiple rows

Posted: Fri Oct 08, 2021 7:38 pm
by Lech Kulikowski
Hello,

Please set the WordWrap=false pproperty.

Thank you.

Re: Data shows on multiple rows

Posted: Sun Oct 10, 2021 4:55 am
by Bisoux
Hi Lech,

I actually did set the WordWrap property to false, but the issue still persists. I have attached a picture to better illustrate what exactly is happening. It is wrapping at certain points on the data, specifically at NA, where I have placed the blue arrow, and it is not clear to me why. Sincerley appreciate your help.

Re: Data shows on multiple rows

Posted: Sun Oct 10, 2021 10:31 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.

Re: Data shows on multiple rows

Posted: Wed Oct 20, 2021 6:15 am
by Bisoux
Thank you Lech but the issue was hidden space characters probably some ascii fields were in the database. I removed those and its fine now.

Re: Data shows on multiple rows

Posted: Wed Oct 20, 2021 7:42 am
by HighAley
Hello,

Yes, this could be an issue.
Let us know if you need any additional help.

Thank you.