Connecting Tech Pros Worldwide Help | Site Map

Positioning popup

Robert
Guest
 
Posts: n/a
#1: Nov 13 '05
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
Guest
 
Posts: n/a
#2: Nov 13 '05

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@yahoo.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]

Robert
Guest
 
Posts: n/a
#3: Nov 13 '05

re: Positioning popup


Thanks.
"Jim Allensworth" <JimNOT@datacentricsolutions.com> wrote in message
news:426fa6ff.5805531@newsgroups.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@yahoo.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]


Closed Thread