Use CanShrink and CanGrow Dynamically in a Report

D

doxdata

Can I use CanShrink and CanGrow dynamically by a value in
a column within a report by using the Detail_Format
Subroutine? I haven't been able to find any information
of doing this.
 
V

Van T. Dinh

Not sure what you meant by "...dynamically by a value in a column within a
report ..." but the CanGrow / CanShrink is a Read/Write Property and the
Detail_Format Event occurs for each row in the Report's RecordSource.
Hence, you should be able to set CanGrow / CanShrink of the Controls for
each row in the Form's RecordSource.
 
Top