I need to resize a "Before" frame that is inside of a Group section. I don't know the size until all of the values for a particular "group" have been processed. I am able to display "aggregate" values (needed to resize the frame) calculated using the "group by" option on the "value exp" property, but can't get the frame to resize.
I am overriding the "adjustsize" method for the frame, to no avail.
I am overriding the "finish" method for TextControl (see below) and successfully setting size.height for the cotrol = 0
The structure is:
Content-Group By
Before-Frame (Need to be able to resize based on value of TextControl1)
TextControl1
TextControl (can successfully resize this control)
PageHeader
Content
I am overriding the "adjustsize" method for the frame, to no avail.
I am overriding the "finish" method for TextControl (see below) and successfully setting size.height for the cotrol = 0
The structure is:
Content-Group By
Before-Frame (Need to be able to resize based on value of TextControl1)
TextControl1
TextControl (can successfully resize this control)
PageHeader
Content