Is there possibility to change CheckBox checked status with the code? I know already how to change label captions, but i can not access the ppCheckBox1 with my code. Is there some way to do change checked status manually?
Yes of course. Assign to the checked-property of the Checkbox. As this is rather simple I suspect a different problem here.
While what you are doing is completely legal I think you should rather use a JIT-Pipeline, possibly configured to deliver a single "record" of data, create the fields you want to print and connect your report to that.
That way the layout and design of you report becomes independant of the way you store and deliver your data. You would then use a TppDBCheckbox instead.
Ciao, MM -- Marian Aldenhövel, Hainstraße 8, 53121 Bonn http://www.marian-aldenhoevel.de "Wussten Sie, daß schon der Biss eines einzigen Pferdes eine Hornisse töten kann?"
Comments
Yes of course. Assign to the checked-property of the Checkbox. As this is
rather simple I suspect a different problem here.
While what you are doing is completely legal I think you should rather
use a JIT-Pipeline, possibly configured to deliver a single "record" of
data, create the fields you want to print and connect your report to that.
That way the layout and design of you report becomes independant of the way
you store and deliver your data. You would then use a TppDBCheckbox instead.
Ciao, MM
--
Marian Aldenhövel, Hainstraße 8, 53121 Bonn
http://www.marian-aldenhoevel.de
"Wussten Sie, daß schon der Biss eines einzigen
Pferdes eine Hornisse töten kann?"