TfrxMemoView - HAlign haRight - last line not aligned
Hello!
I only put a TfrxMemoView component to my form and HAlign it to haRight.
Now I added multi lines which looks ok on the design view.
E.g.:
2222222
2222222
2222222
2222222
But when I printed the report it looks like this
2222222
2222222
2222222
_2222222
Any idea why this happens? Bug?
I use version FastReport FMX 2.
I only put a TfrxMemoView component to my form and HAlign it to haRight.
Now I added multi lines which looks ok on the design view.
E.g.:
2222222
2222222
2222222
2222222
But when I printed the report it looks like this
2222222
2222222
2222222
_2222222
Any idea why this happens? Bug?
I use version FastReport FMX 2.
Comments
I just attached all the files.
It is an easy example - just one text object with right aligned multi line text.
/Werner
Use TfrxMemoView.AllowHTMLTags = True as workaround