Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't get MoveSize to work 1

Status
Not open for further replies.

jpl458

Technical User
Sep 30, 2009
337
US
Have read a number of posts in here and tried lots of stf but I cant get MoveSize to do anything. I have a test db that I am using to learn. I have not set any properties on the form. Understand what a twip is and the format of the command, it's just that nothing happens. Here is one bit of code I tried in the forms OnOpen event. When I figure this out I want to have the ap run on the far right of a large display, sharing the screen with an ap that runs on the left side. But first, I need to know how to make this work at all. (Tried all kinds of different numbers in the arguments>)

Private Sub Form_Open(Cancel As Integer)
Forms!Form1.SetFocus
DoCmd.MoveSize 1440, 2400, , 2000

End Sub

Thanks

jpl

 
I'd try the Load event instead.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top