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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set CanShrink for TextBox in Report

Status
Not open for further replies.

evalesthy

Programmer
Oct 27, 2000
513
US
How do you set CanShrink property for a text box in a report using vb code? I was able to reset the text box height during the OnFormat event of the report section but what I really need is to set the CanShrink. I need to set it using code as I have to evaluate other conditions as well.
 
The proper syntax should be:

Me![Text Box Name].CanShrink = False

It should work fine for you. "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." Albert Einstein. [spin]

Robert L. Johnson III, A+, Network+, MCP
robert.l.johnson.iii@citi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top