Pages default to first page mn

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

Guest

I have 3 Pages (Tabs) on my form. If i am on page 2 or page 3 and click on
ANY command buton, after executing the code, the focus goes to page 1. My
command butons do not say to go to page1. I have to go back and forth to
click on caommands on pase 2 and 3. what do i have to do to keep the focus on
the page i am working on? Thx
 
As you guessed, this is not the normal behavior. If your original form
remains open, the focus should return to the same spot, when any other
form/report closes. I suspect that you have code that requeries and/or
refreshes your form for On Active or Got Focus event; any of those would
"reset" your form. Unless the command button(s) are specific to a
particular tab/page, you could move them to the form's footer, so that you
only need one set for all pages.
-Ed
 
Back
Top