Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
LazReport
»
New line in Memo by code
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Using WriteLn inside dll
by
Thausand
[
Today
at 01:10:29 pm]
fpsockets error: 10047
by
cdbc
[
Today
at 12:50:46 pm]
Avoid system units debugg...
by
janasoft
[
Today
at 12:13:42 pm]
Struggling with Orthello/...
by
Dzandaa
[
Today
at 11:48:43 am]
[SOLVED] progress dialog ...
by
Phoenix
[
Today
at 11:14:23 am]
Hello everyone!
by
MarsvinEvini
[
Today
at 10:22:00 am]
Notetask 1.1.0 - Free cro...
by
AlexanderT
[
Today
at 10:05:28 am]
I cannot save an unit on ...
by
Zvoni
[
Today
at 09:06:05 am]
Mapping Images Like Odome...
by
circular
[
Today
at 08:58:33 am]
Matching video to form
by
paweld
[
Today
at 08:44:46 am]
Introducing PasBuild 1.0....
by
Thaddy
[
Today
at 08:16:53 am]
Form adjusting to screen ...
by
RickSpink
[
Today
at 08:11:59 am]
Amigo programming languag...
by
paxscript
[
Today
at 04:06:34 am]
Feature better than a new...
by
TBMan
[
Today
at 03:56:13 am]
Any way to exclude terms ...
by
n7800
[
Today
at 12:59:05 am]
Just Curious: When has an...
by
n7800
[
Today
at 12:15:00 am]
Detect orphaned procedure...
by
Martin_fr
[December 09, 2025, 11:37:51 pm]
modern main menu
by
n7800
[December 09, 2025, 10:23:04 pm]
Is FPGUI still active?
by
Fred vS
[December 09, 2025, 09:29:08 pm]
Lazarus Bugfix Release 4...
by
Martin_fr
[December 09, 2025, 08:35:41 pm]
Hints in TTrayIcon
by
avra
[December 09, 2025, 07:01:02 pm]
Problem with TSQLQuery
by
sch61
[December 09, 2025, 05:15:38 pm]
What are some good modern...
by
sanric
[December 09, 2025, 04:46:09 pm]
First PythonForLazarus De...
by
fozkan
[December 09, 2025, 04:20:56 pm]
problem with zquery
by
Gebo
[December 09, 2025, 02:59:47 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: New line in Memo by code (Read 5870 times)
nmendes
Newbie
Posts: 2
New line in Memo by code
«
on:
January 04, 2019, 12:57:01 am »
I'm using LazReport for the first time and can't find a way to insert a newline to a memo by code. I'm using:
Code: Pascal
[Select]
[+]
[-]
procedure
TForm_base
.
frReport_recibosGetValue
(
const
ParName
:
String
;
var
ParValue
:
Variant
)
;
begin
if
ParName
=
'MEMO_TEST'
then
begin
ParValue
:
=
'Line 1'
+
LineEnding
+
'Line 2'
;
end
;
end
;
but it shows as
Line 1Line 2
instead of
Line 1
Line 2
Thanks in advance!
Logged
Jurassic Pork
Hero Member
Posts: 1290
Re: New line in Memo by code
«
Reply #1 on:
January 04, 2019, 01:41:18 am »
hello,
on Windows 10 64 bits, Lazarus 1.8.2 32 bits all is good with this code (see Attachments) :
Code: Pascal
[Select]
[+]
[-]
procedure
TForm1
.
frReport1GetValue
(
const
ParName
:
String
;
var
ParValue
:
Variant
)
;
begin
if
ParName
=
'ImageLink'
then
begin
ParValue
:
=
'Line 1'
+
LineEnding
+
'Line 2'
;
end
;
end
;
Friendly, J.P
Logged
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko
nmendes
Newbie
Posts: 2
Re: New line in Memo by code
«
Reply #2 on:
January 04, 2019, 02:11:11 am »
Hi Jurassic Pork,
I'm on windows 7, Lazarus 1.8.4 32 bits and it's not working for me... I'll try 1.8.2 to see if that's the problem.
Thanks for your time trying to help me!
Logged
Jurassic Pork
Hero Member
Posts: 1290
Re: New line in Memo by code
«
Reply #3 on:
January 04, 2019, 02:34:28 am »
my lazreport package version is the V0.9.9
and :
Quote
const LineEnding = #13#10
M:\Dev\Lazarus\lazarus1-8-2\fpc\3.0.4\source\rtl\win32\system.pp(43,2)
«
Last Edit: January 04, 2019, 02:46:45 am by Jurassic Pork
»
Logged
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
LazReport
»
New line in Memo by code
TinyPortal
© 2005-2018