Subform width after anchor stretch across

  • Follow


I have a form with a subform. I want to find the width of the subform
control after it's opened and stretched across using the 2007
anchoring tool. It keeps giving the subform width before it's been
stretched:

Forms!frmParent!frmChild.Width


Thanks
0
Reply christianlott1 11/1/2010 5:49:00 PM

christianlott1@yahoo.com wrote:

>I have a form with a subform. I want to find the width of the subform
>control after it's opened and stretched across using the 2007
>anchoring tool. It keeps giving the subform width before it's been
>stretched:
>
>Forms!frmParent!frmChild.Width
>

Does not include the border, but try using its InsideWidth
property.

--
Marsh
0
Reply Marshall 11/1/2010 10:47:20 PM


1 Replies
620 Views

(page loaded in 0.023 seconds)

Similiar Articles:






7/26/2012 1:57:19 AM


Reply: