Positioning popup

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert

    #1

    Positioning popup

    Hello. This should be an easy (if it's even possible). The form has Modal
    = Yes and Popup = Yes. When opened, it's too far up on the screen. How can
    I position it further down on the screen?

    Robert


  • Jim Allensworth

    #2
    Re: Positioning popup

    Take a look at DoCmd.MoveSize

    Use it in the form's Open event to position (and size if you want)

    - Jim

    On Wed, 27 Apr 2005 10:02:25 -0400, "Robert" <projecttoday@y ahoo.com>
    wrote:
    [color=blue]
    >Hello. This should be an easy (if it's even possible). The form has Modal
    >= Yes and Popup = Yes. When opened, it's too far up on the screen. How can
    >I position it further down on the screen?
    >
    >Robert
    >
    >[/color]

    Comment

    • Robert

      #3
      Re: Positioning popup

      Thanks.
      "Jim Allensworth" <JimNOT@datacen tricsolutions.c om> wrote in message
      news:426fa6ff.5 805531@newsgrou ps.comcast.net. ..[color=blue]
      > Take a look at DoCmd.MoveSize
      >
      > Use it in the form's Open event to position (and size if you want)
      >
      > - Jim
      >
      > On Wed, 27 Apr 2005 10:02:25 -0400, "Robert" <projecttoday@y ahoo.com>
      > wrote:
      >[color=green]
      >>Hello. This should be an easy (if it's even possible). The form has
      >>Modal
      >>= Yes and Popup = Yes. When opened, it's too far up on the screen. How
      >>can
      >>I position it further down on the screen?
      >>
      >>Robert
      >>
      >>[/color]
      >[/color]


      Comment

      Working...