Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Access 2007 - tabbed forms manage own popups

Access 2007 - tabbed forms manage own popups

Scheduled Pinned Locked Moved Database
designquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    john john mackey
    wrote on last edited by
    #1

    I am thinking this tabbed form method in Access 2007 could be good... If I set my forms to come up as tabbed forms, can i design a pop-up form to be visible only in the current tabbed form/window? Aside from a complex set of checks on current view state, is there a property setting that locks a pop-up form to the current parent that launched this pop-up? Or, is there a way to check what tabbed form is currently active? I'm trying to avoid the user getting buried in a sea of pop-ups, but still allow him to switch between forms if he needs to. Thanks so much, JJ

    L 1 Reply Last reply
    0
    • J john john mackey

      I am thinking this tabbed form method in Access 2007 could be good... If I set my forms to come up as tabbed forms, can i design a pop-up form to be visible only in the current tabbed form/window? Aside from a complex set of checks on current view state, is there a property setting that locks a pop-up form to the current parent that launched this pop-up? Or, is there a way to check what tabbed form is currently active? I'm trying to avoid the user getting buried in a sea of pop-ups, but still allow him to switch between forms if he needs to. Thanks so much, JJ

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      john john mackey wrote:

      Aside from a complex set of checks on current view state, is there a property setting that locks a pop-up form to the current parent that launched this pop-up?

      Not sure if VBA supports it, but you could try to set the new windows as a Child-control of the ParentForm.

      john john mackey wrote:

      Aside from a complex set of checks on current view state

      Viewstate? Are you trying this from Access or from an ASP.NET application?

      john john mackey wrote:

      Or, is there a way to check what tabbed form is currently active?

      That's usually possible, there's a property called "ActiveTab", "SelectedTab" or "SelectedIndex".

      I are Troll :suss:

      J 1 Reply Last reply
      0
      • L Lost User

        john john mackey wrote:

        Aside from a complex set of checks on current view state, is there a property setting that locks a pop-up form to the current parent that launched this pop-up?

        Not sure if VBA supports it, but you could try to set the new windows as a Child-control of the ParentForm.

        john john mackey wrote:

        Aside from a complex set of checks on current view state

        Viewstate? Are you trying this from Access or from an ASP.NET application?

        john john mackey wrote:

        Or, is there a way to check what tabbed form is currently active?

        That's usually possible, there's a property called "ActiveTab", "SelectedTab" or "SelectedIndex".

        I are Troll :suss:

        J Offline
        J Offline
        john john mackey
        wrote on last edited by
        #3

        I am doing this in MS Access 2007. I found something about a property (Screen.ActiveForm) - this probably means that I will have to do my own Form, Parent/Child management. Thanks for the advice on looking about a Child property. I will check into this.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups