Connecting Tech Pros Worldwide Help | Site Map

making forms unmovable

  #1  
Old May 29th, 2007, 08:15 PM
slinky
Guest
 
Posts: n/a
Hi.. I'm using Access 2000 and was wondering how to make a form
unmovable. I have the OnLoad position and size controlled by the
DoCmd.MoveSize code... Thanks!

  #2  
Old May 29th, 2007, 08:35 PM
fredg
Guest
 
Posts: n/a

re: making forms unmovable


On 29 May 2007 12:12:04 -0700, slinky wrote:
Quote:
Hi.. I'm using Access 2000 and was wondering how to make a form
unmovable. I have the OnLoad position and size controlled by the
DoCmd.MoveSize code... Thanks!
You could set the form's border property to None.
Make sure you give the user a way to close the form as this border
style does not include a close button.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #3  
Old May 29th, 2007, 08:45 PM
slinky
Guest
 
Posts: n/a

re: making forms unmovable


I'm used to using A2003 where I could just set a form property to
Movable = No... is there a way in code to do this in A2000?

On May 29, 3:27 pm, fredg <fgutk...@example.invalidwrote:
Quote:
On 29 May 2007 12:12:04 -0700, slinky wrote:
>
Quote:
Hi.. I'm using Access 2000 and was wondering how to make a form
unmovable. I have the OnLoad position and size controlled by the
DoCmd.MoveSize code... Thanks!
>
You could set the form's border property to None.
Make sure you give the user a way to close the form as this border
style does not include a close button.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

Closed Thread