Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CanGrow Poperty

Status
Not open for further replies.

wacker

Programmer
Aug 12, 2002
7
EU
Hello out there,
I have three fields on a report, set to cangrow. When one of the fields grow I want the other two fields to grow to the same height.

e.g. field1.height = field3.height
field2.height = field3.height
I can get the height of the grown field3 after the 'on print' event but it is too late by then. The 'onformat' event gives me the height before it has grown.

Any ideas would be appreciated
Thanks
 
wacker,

Check out the On Retreat event of the section where your fields are. Your code might work there......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top