Nico, Thanks - did the trick. I was experimenting with something similar but using TppRegion and handling my own row counter. This is much simpler. When do I choose to use TppRegion over TppShape?
For the final report output, the region and shape are identical. In fact when being drawn, they use the same code. The region is meant as a container for other objects. When object are placed inside a region, the region becomes the parent of those objects. This can be usefull if you need to set the visibility of a group of components at once or when using other parent properties.
Comments
Take a look at the following example.
http://www.digital-metaphors.com/tips/ShadeEveryOtherDetail.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks - did the trick. I was experimenting with something similar but
using TppRegion and handling my own row counter.
This is much simpler. When do I choose to use TppRegion over TppShape?
For the final report output, the region and shape are identical. In fact
when being drawn, they use the same code. The region is meant as a
container for other objects. When object are placed inside a region, the
region becomes the parent of those objects. This can be usefull if you need
to set the visibility of a group of components at once or when using other
parent properties.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com