Setting form length

C

CCT

I need a form that is longer than the screen size, but I don't see where to
adjust teh form length. I know that I can add pages, but my form needs to be
unbroken. Any Ideas?
 
E

Eric Legault [MVP - Outlook]

You can adjust window properties using the Top, Left, Width and Height
properties for an Inspector object.
 
C

CCT

I'm not sure what an "inspector object is, but I solved the problen by
dragging a control down just below the form bottom and it automatically
increased the length of the form. That is what I wanted. I assume there is a
better way, but Ihaven't found it.

JMR
 
C

CCT

I have no idea what an "inspector object" is, but I put a control just below
the bottom of the form and it grew longer. That is what I wanted to happen.
I'm sure there is a better way, but I haven't found one.

JMR
 
Top