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

how to grow lines in Detail Section...?

Status
Not open for further replies.

v5652

Programmer
Mar 19, 2008
76
IN
i have designed one report to print Invoice.
but i couldn't grow the line indetail section.
also i want to insert border to whole invoice Report.

can anybody help me how to grow lines in Detail Section...?

thanks in advance.
 
If you want vertical lines in the detail section to grow as text boxes grow, you will need to use the Line Method. I generally type something like "grow" into the Tag property of all controls I want outlined. Then my code loops through the controls during the On Print event to find the tallest. The code then loops through the controls again and draws a rectangle around each control.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top