RE: Form Open

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



In design view you have (if you have selected them) full menus and you may
not have these in form view. Turn off the menus in design view so that that
the form you see is the form you will get. Also turn off auto centre if it
is set to Yes.


--
Wayne
Manchester, England.
Enjoy whatever it is you do


"Niniel" wrote:

Wayne, the set focus code was working, it's just that when I got it to work I
realized that the focus wasn't the real issue.
However, I'm glad you mentioned the tab order, I went there and rearranged a
few things.
What happens is that in design view, I can see the tabs all right. But the
moment I switch to form view, the form scrolls down a bit to just below the
tabs so that I don't see them.

Do you think putting an invisible text field in the form header and setting
the focus to that may do the trick?

"Wayne-I-M" wrote:

When I open my form, the cursor is not in the first text field, but in one
halfway down the form,
This tells me the setfocus code is not working.

Remove the code and then set the tab order.

Next open you form in design view. Can you see the form as you want it -
ie. can you see the tabs. If not move them and then press Control S.

Let me know if these work. <:-)

--
Wayne
Manchester, England.
Enjoy whatever it is you do


"Niniel" wrote:

Ok, let me rephrase that.
This is actually not my problem as I found out when I realized that a simple

Me.TextBox.SetFocus

sets the cursor.

My real problem is that when I open the form, it's scrolled down a bit, and
I don't see the tabs of my tab control.
So again - what causes this behaviour, and how can it be fixed?

Thanks.

"Niniel" wrote:

Hello,

When I open my form, the cursor is not in the first text field, but in one
halfway down the form, which is a problem because the user needs to see the
top of the form.

Can anybody tell me why this is so, and how I can make sure that the very
first text box has the focus when I open the form?

Thank you.
.



Relevant Pages

  • RE: Help - More Tables/Fields Than Space
    ... data entry. ... preferrably by using tabs to separate phases. ... I use your design, it appears that I will have to create a form that will ... "Klatuu" wrote: ...
    (microsoft.public.access.forms)
  • Re: The form name is misspelled or doesnt exist
    ... I've been using access for over 10 years now, and don't recall ever running ... were done with the form in design mode. ... couple of tabs, is bound, and has a listbox on one of the tabs. ... That sounds like the corruption is still there or you caused ...
    (microsoft.public.access.formscoding)
  • Re: Tabbed Form Design
    ... It's generally better to create the maximum number of tabs you will need at design time, and toggle their visibility at run time, which does not require the form to be in design view. ... Dim lngPages As Long ... Dim lngLoop As Long ...
    (microsoft.public.access.forms)
  • Re: HELP! SUBFORM issue!
    ... create two tables because by initial main form with the 5 tabs counldn't hold ... If you have more than that *your table design IS WRONG*. ... and used the tab controls so the user doesnt feel overwhelmed by all of these ... fields (Its a quality review process that we are building). ...
    (microsoft.public.access.formscoding)
  • Re: How to customize menus
    ... >> menus which appear both in the screen is required for better usage. ... I work with people who design the user interface and my role is to implement ... provide a single look and feel for all the menus and all the tabbed panes. ...
    (comp.lang.java.gui)