Recent content by mldntodorovic

  1. M

    Proper focusing of windows in MS Access (natively or by a code)

    Thanks for your devotion to help, but there is no need for file posting. I tested what guys told me, and it's true, if you do not use tabs and instead use just overlapping windows, and no popups, this problem doesn't exist at all. In my case I then have some other problems with navigation form...
  2. M

    Proper focusing of windows in MS Access (natively or by a code)

    Yes yes, I didn't saw that before I wrote this
  3. M

    Proper focusing of windows in MS Access (natively or by a code)

    Via ribbon, via buttons, events... it doesn't matter... the behavior for the popups is ALWAYS the same. You even can't set focus to them because they think that they are always in focus. Isladogs and Pat explained very good why is that. I'm just disappointed that this isn't solved natively.
  4. M

    Proper focusing of windows in MS Access (natively or by a code)

    Can't use dialog, user needs to be able to interact with several windows at once. Also, I already have a code that mimics the native behavior (when closing form it just calls a public sub that presses SHIFT + F6). I just wanted to know if there is more elegant solution like a setting in current...
  5. M

    Proper focusing of windows in MS Access (natively or by a code)

    Exactly. That would be great. That is why I want to avoid this behavior, because I have too many forms and reports. Anyways, as Pat said, and you pointed here, there is no native solution. As I replied to Pat, my code mimics normal behavior, but I would prefer the native one. Thanks
  6. M

    Proper focusing of windows in MS Access (natively or by a code)

    Great, thanks for the explanation. I just still can't believe that there is no option in settings somewhere to treat those forms like other ones (except when in modal). My code mimics this, but I would prefer the native solution.
  7. M

    Proper focusing of windows in MS Access (natively or by a code)

    It not just goes elsewhere, it NEVER goes to another form, except the navigation one (the one that is not a popup). It always goes to the ribbon, or maybe status bar (depending of what is shown currently to the user). Let's say I have ribbon, status bar, navigation pane, and this navigation form...
  8. M

    Proper focusing of windows in MS Access (natively or by a code)

    Hi everyone, My name is Mladen, and I'm a bit new to all of this, but I have scavenged the forums and the rest of the internet for a few months by now, and never found a solution to this problem, or something similar as a solution, and I still refuse to believe that this exists as a problem in...
Back
Top Bottom