Recent

Author Topic: problem with fortes memo :(  (Read 1139 times)

Hiba HL

  • New member
  • *
  • Posts: 8
problem with fortes memo :(
« 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? :-\ %)

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: problem with fortes memo :(
« Reply #1 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
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

Hiba HL

  • New member
  • *
  • Posts: 8
Re: problem with fortes memo :(
« Reply #2 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