Req: CRLF in ZPropertyEditor.pas
Posted: 17.12.2009, 15:03
Hi Forum,
apperently I got errors when using zeoslib with RaveReport 7.
I got a conflict with a function named "CrLf" in RpBase.pas.
So can't we change these corresponding lines in ZPropertyEditor.pas ?
(lines 170 ff.)
const
CRLF = LineEnding;
...
into eg.
const
zCRLF = LineEnding;
... etc.
Bernhard
apperently I got errors when using zeoslib with RaveReport 7.
I got a conflict with a function named "CrLf" in RpBase.pas.
So can't we change these corresponding lines in ZPropertyEditor.pas ?
(lines 170 ff.)
const
CRLF = LineEnding;
...
into eg.
const
zCRLF = LineEnding;
... etc.
Bernhard