J
Jim Bunton
Private Sub Form_Resize()
Debug.Print "Mywidth is " & Me.width & " and height is " &
Me.Section(acDetail).height
End Sub
produces:-
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
i.e.when I resize the open form and resize it then its reported width and
section height properties do not change.
[I want these values to alter the size of a control on the form to
dynamically adjustwith the form size.
Is this possible??]
Debug.Print "Mywidth is " & Me.width & " and height is " &
Me.Section(acDetail).height
End Sub
produces:-
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
Mywidth is 10714 and height is 6406
i.e.when I resize the open form and resize it then its reported width and
section height properties do not change.
[I want these values to alter the size of a control on the form to
dynamically adjustwith the form size.
Is this possible??]