Column control
Is it possible to somehow force the data in a multi column report to
fill in horizontally instead of vertically? I am trying to create a
report that has 4 columns and fits 4 rows per page. This report
displays pictures of inventory and the client would like to see the
order of the pictures go across the page and then down to the next row
instead of going down the page and then back up to the top of the page
and create the next column.
Any help would be appreciated.
John Johnson
Integrity Software Design, Inc.
--- posted by geoForum on http://delphi.newswhat.com
fill in horizontally instead of vertically? I am trying to create a
report that has 4 columns and fits 4 rows per page. This report
displays pictures of inventory and the client would like to see the
order of the pictures go across the page and then down to the next row
instead of going down the page and then back up to the top of the page
and create the next column.
Any help would be appreciated.
John Johnson
Integrity Software Design, Inc.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Yes, you can do this by setting the DetailBand.ColumnTraversal property to
ctLeftToRight. This is a published property so it is available in the
object inspector.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com