[AccessD] Vertical lines that keep up with a Can Grow textbox?/A2K

Don Elliker delliker at hotmail.com
Mon Sep 22 14:54:36 CDT 2003


Very nice! Thanks, did the trick.
_D


"Things are only free to the extent that you don't pay for them".-Don 
Elliker





>From: "Elam, Debbie" <DElam at jenkens.com>
>Reply-To: Access Developers discussion and problem 
>solving<accessd at databaseadvisors.com>
>To: "'Access Developers discussion and problem solving'" 
><accessd at databaseadvisors.com>
>Subject: RE: [AccessD] Vertical lines that keep up with a Can Grow 
>textbox?/A2K
>Date: Mon, 22 Sep 2003 12:07:57 -0500
>
>I put vertical lines in that fill the length of a section the following 
>way:
>
>Dim X As Single
>Me.ScaleMode = 5
>Me.DrawWidth = 3
>X = 0
>Me.Line (X, 0)-(X, 22)
>X = 1.0104
>Me.Line (X, 0)-(X, 22)
>X = 1.9583
>Me.Line (X, 0)-(X, 22)
>X = 2.7813
>Me.Line (X, 0)-(X, 22)
>X = 4.5938
>Me.Line (X, 0)-(X, 22)
>
>I put this code in the section On Format event and the X= corresponds to 
>the
>spot where the line is drawn.  I make it equal to the left property of the
>field I want delineated.  I can add and subtract the number of times I do
>this to the number of lines.  I have 5 lines above.
>
>Debbie
>
>
>-----Original Message-----
>From: Don Elliker [mailto:delliker at hotmail.com]
>Sent: Monday, September 22, 2003 10:51 AM
>To: accessd at databaseadvisors.com
>Subject: [AccessD] Vertical lines that keep up with a Can Grow
>textbox?/A2K
>
>
>I have a request to have vertical lines on a subreport between textboxes on
>a row. How can I make them keep up with the textbox as it grows? Making the
>border solid is no good since the border is always the size of the textbox,
>and the bigger ones (more 'grown') are uneven with the 'ungrown'
>
>(Sounds like a horror movie 'the ungrown') -
>
>Please keep this from becoming a horror movie!!
>
>_D
>
>"Things are only free to the extent that you don't pay for them".-Don
>Elliker
>
>_________________________________________________________________
>Help protect your PC.  Get a FREE computer virus scan online from McAfee.
>http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
>_______________________________________________
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com
>
>
>- JENKENS & GILCHRIST E-MAIL NOTICE - This transmission may be: (1) subject
>to the Attorney-Client Privilege, (2) an attorney work product, or (3)
>strictly confidential. If you are not the intended recipient of this
>message, you may not disclose, print, copy or disseminate this information.
>If you have received this in error, please reply and notify the sender
>(only) and delete the message. Unauthorized interception of this e-mail is 
>a
>violation of federal criminal law.
>
>   This communication does not reflect an intention by the sender or the
>sender's client or principal to conduct a transaction or make any agreement
>by electronic means.  Nothing contained in this message or in any 
>attachment
>shall satisfy the requirements for a writing, and nothing contained herein
>shall constitute a contract or electronic signature under the Electronic
>Signatures in Global and National Commerce Act, any version of the Uniform
>Electronic Transactions Act or any other statute governing electronic
>transactions.
>
>
>_______________________________________________
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com

_________________________________________________________________
Instant message in style with MSN Messenger 6.0. Download it now FREE!  
http://msnmessenger-download.com



More information about the AccessD mailing list