[AccessD] lines and Can Grow conflict

Susan Harkins ssharkins at bellsouth.net
Wed Jan 7 09:48:59 CST 2004


Cool -- that was fast Debbie -- thank you. :)

Susan H.


> Put this in the detail section on format
>
> Dim X As Single
> Me.ScaleMode = 5
> Me.DrawWidth = 3
> X = 0
> Me.Line (X, 0)-(X, 22)
> X = 0.9604
> Me.Line (X, 0)-(X, 22)
> X = 1.9083
> Me.Line (X, 0)-(X, 22)
> X = 2.7604
> Me.Line (X, 0)-(X, 22)
> X = 3.6271
> Me.Line (X, 0)-(X, 22)
> X = 4.3354
> Me.Line (X, 0)-(X, 22)
> X = 5.2111
> Me.Line (X, 0)-(X, 22)
> X = 5.95
>
> The value of X is the number of inches from the left you want the line to
> be.
>
> Debbie
>
> -----Original Message-----
> From: Susan Harkins [mailto:ssharkins at bellsouth.net]
> Sent: Wednesday, January 07, 2004 9:20 AM
> To: AccessD at databaseadvisors.com
> Subject: [AccessD] lines and Can Grow conflict
>
>
> I've got a small report that generates work orders. There's a line down
the
> left side of the Detail section, which of course, keeps any controls with
a
> Yes Can Grow setting from actually expanding, even if they need to. I know
> how to drop in lines and stuff programmatically for controls, so I can
> probably figure this one out, but if anyone already has code that drops in
a
> line in the Detail section _after_ the controls expand, you could save me
a
> little time if you're willing to share it. Thanks! :)
>
> Susan H.
>
> _______________________________________________
> 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
>



More information about the AccessD mailing list