Expanding detail bar based on a dbMemo field...
In my Detail bar I have a dbMemoField which has the potential to be larger
than a single line. I've got a colored box around the detail bar. How can
I get the dbMemo field to be associated with the box around it, so that for
records which cause the dbMemo field to be more than one line in length,
will cause the colored box to expand with it??
Thanks.
than a single line. I've got a colored box around the detail bar. How can
I get the dbMemo field to be associated with the box around it, so that for
records which cause the dbMemo field to be more than one line in length,
will cause the colored box to expand with it??
Thanks.
This discussion has been closed.
Comments
parent of the memo and will stretch to accomodate it. You can set the
region's color to highlight the memo. The other option is to place a shape
in the detail band. Set the shape to StretchWithParent.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I did set the StretchWithParent to true for the shape. This does make it
correctly expand, but the problem is that I have a subreport below this
shape with it's drillDown set to be the shape. When you click on the shape
and expand the subREport, the SubReport is now inside of the shape. I want
the subreport to be below the shape. So that method won't work.
Thanks,
Chris.
Thank you for your help.
--Chris