Frame line is visable in the form view but not the design view.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need the view window in the form to be expanded. I have set the height in
"Detail Properties" to 7.58" from the "design view" but the default in "Form
View" remains too small. The line is not visible in the design view for
editing or manipulation.

Any suggestions are appreciated.

Blu
 
Blu said:
I need the view window in the form to be expanded. I have set the height in
"Detail Properties" to 7.58" from the "design view" but the default in "Form
View" remains too small. The line is not visible in the design view for
editing or manipulation.

Any suggestions are appreciated.

The size of the "form" and the size of the "window" that the form is displayed
in are two different things. Set the AutoSize property of the form to Yes.
That will cause the window to be made the same size as the form upon opening.
Note that you will not see this behavior when going from design view to normal
view. Only when opening the form after completely closing it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top