Lazarus

Announcements => Third party => Topic started by: Hiba HL on July 09, 2019, 10:44:41 am

Title: problem with fortes memo :(
Post by: Hiba HL on July 09, 2019, 10:44:41 am
Execuse me
I am using fortes reports .. when I transport the text from a form memo to Rlmemo or when I take text from db to RLDBMemo the text is out of the bounds of the Memo
the instruction I have used is:
Report.RLmemo.Lines := Form. memo.lines
so the text in the fortes memo is out of the bounds :(
how to solve it? :-\ %)
Title: Re: problem with fortes memo :(
Post by: lucamar on July 09, 2019, 11:25:27 am
I know nothing about Fortes but the usual way to accomplish what you want is by doing:
Code: Pascal  [Select][+][-]
  1. Destination.Lines.Text  := Source.Lines.Text;

HTH
Title: Re: problem with fortes memo :(
Post by: Hiba HL on July 09, 2019, 11:30:16 am
I know nothing about Fortes but the usual way to accomplish what you want is by doing:
Code: Pascal  [Select][+][-]
  1. Destination.Lines.Text  := Source.Lines.Text;

HTH

yes < I tried this but this is the problem that the fortes reports doesn't take the bounds correctly so the words is out of its bounds  like the image above :(
TinyPortal © 2005-2018