Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Borderlines @ DBTextfields (and other Components)
rbuser
May 2006
edited May 2006
in
General
Hi,
How is the right way to manipulate the Border on a DBText-Field?
I think
DBText.Border.Borderpositions := [bpLeft,bPRight];
But it dosen?t work. What should I do?
Sorry for my very bad english
Comments
nicocizik
May 2006
edited May 2006
Hi Jorg,
Be sure you have ppTypes in your uses clause. You code below worked
correctly on my machine.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
rbuser
May 2006
edited May 2006
Hi Nico,
Thanks for your answer.
I use the Code within Calc-Mode on ReportBuilder v 9.03. Is here the
Problem?
Regards,
J?rg
nicocizik
May 2006
edited May 2006
Hi Jorg,
Unfortunately RAP does not support Delphi sets. You will need to code a
pass-thru function in order to set this property in RAP. An example of a
pass-thru function can be found in the ReportBuilder Developer's Guide.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
rbuser
May 2006
edited May 2006
Hi Nico,
Many thx for your Help.
I was afficted by doubts. ^^
Regards,
J?rg
This discussion has been closed.
Comments
Be sure you have ppTypes in your uses clause. You code below worked
correctly on my machine.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for your answer.
I use the Code within Calc-Mode on ReportBuilder v 9.03. Is here the
Problem?
Regards,
J?rg
Unfortunately RAP does not support Delphi sets. You will need to code a
pass-thru function in order to set this property in RAP. An example of a
pass-thru function can be found in the ReportBuilder Developer's Guide.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Many thx for your Help.
I was afficted by doubts. ^^
Regards,
J?rg