Overlapping problem with MemoView
Hello,
we are using Fast Reports fr4_9_99_d14s and having some problem with overlaping MemoView elemtns in the PageHeader. So maybe you can help us!?
As you can see in the picture below, in the Pageheader i have inserted MemoView elements and set the alignment on the left side to baLeft and on the right side to baRight. All the MemoView elements are set to AutoWidth=true and StretchMode=smMaxHeight.
Now when i let show the ReportPreview, the MemoView elements in the PageHeader overlaps each other:
I figgured out when i scroll down the page till the PageHeader dissapears and then scroll back, the alignment and autosize of the MemoViews works very well. But printing the report to paper also overlaps the MemoViews....
So please, can you help me!?
Thanks in advance!
we are using Fast Reports fr4_9_99_d14s and having some problem with overlaping MemoView elemtns in the PageHeader. So maybe you can help us!?
As you can see in the picture below, in the Pageheader i have inserted MemoView elements and set the alignment on the left side to baLeft and on the right side to baRight. All the MemoView elements are set to AutoWidth=true and StretchMode=smMaxHeight.
Now when i let show the ReportPreview, the MemoView elements in the PageHeader overlaps each other:
I figgured out when i scroll down the page till the PageHeader dissapears and then scroll back, the alignment and autosize of the MemoViews works very well. But printing the report to paper also overlaps the MemoViews....
So please, can you help me!?
Thanks in advance!
Comments
you may have to set your horizontal alignment to banone.
I suggest that you need to place the data memo views under the static text memo views.
you need 2 lines.
you can also try the shift when overlapped property but i don't think it will help.
Btw overlapped memos will lead to bad exporting
By doing that, you would be closer to a WYSIWYG report, i.e. nothing at runtime would change your elements, which is what you want, right?
And ignore the fact that scrolling the preview up and down changes what you see on screen sometimes, that's just some painting buffer out of sync, it happens to a lot of good software.
I solved the problem like gordk say using 2 lines instead of 1. Then it works perfect with the alignment.
Thanks and kind regardes