<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>
<META content="MSHTML 5.50.4916.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=140073018-27022003><FONT face=Arial color=#0000ff size=2>Aha,
that is correct!</FONT></SPAN></DIV>
<DIV><SPAN class=140073018-27022003><FONT face=Arial color=#0000ff size=2>Rocky,
you can achieve the same results as what I illustrated, by typing in your
Form_Load event:</FONT></SPAN></DIV>
<DIV><SPAN class=140073018-27022003><FONT face=Arial color=#0000ff
size=2>DoCmd.MoveSize x, y</FONT></SPAN></DIV>
<DIV><SPAN class=140073018-27022003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=140073018-27022003><FONT face=Arial color=#0000ff size=2>I am
trying to remember why I gave up on using MoveSize and went with the API
route. There was a certain situation when it didn't give me the results I
wanted.</FONT></SPAN></DIV>
<DIV><SPAN class=140073018-27022003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> John Ruff
[mailto:papparuff@attbi.com]<BR><B>Sent:</B> Thursday, February 27, 2003 12:25
PM<BR><B>To:</B> accessd@databaseadvisors.com<BR><B>Subject:</B> RE: [AccessD]
Position pop up form on opening<BR><BR></FONT></DIV>
<DIV><SPAN class=087112418-27022003><FONT face=Arial color=#0000ff
size=2>Sorry, I was using XP but 2K has a DoCmd.MoveSize property which does
the same thing.</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV> </DIV><!-- Converted from text/rtf format -->
<P><B><I><FONT face="Times New Roman" color=#0000ff size=4>John V.
Ruff</FONT><FONT face="Times New Roman" size=4> - </FONT><FONT
face="Times New Roman" color=#008080 size=4>The Eternal Optimist</FONT><FONT
face="Times New Roman" size=4></FONT> <FONT face=Wingdings color=#800080
size=4>J</FONT></I></B> <BR><I><FONT face="Times New Roman">Always Looking For
Contract Opportunities</FONT></I> </P>
<P><B><FONT face="Times New Roman" color=#000080 size=2>"Commit to the Lord
whatever you do,</FONT></B> <BR><B>
<FONT face="Times New Roman" color=#000080 size=2>and your plans will
succeed." Proverbs 16:3</FONT></B> </P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
accessd-admin@databaseadvisors.com
[mailto:accessd-admin@databaseadvisors.com] <B>On Behalf Of </B>Brett
Barabash<BR><B>Sent:</B> Thursday, February 27, 2003 10:17 AM<BR><B>To:</B>
'accessd@databaseadvisors.com'<BR><B>Subject:</B> RE: [AccessD] Position pop
up form on opening<BR><BR></FONT></DIV>
<DIV><SPAN class=218021318-27022003><FONT face=Arial color=#0000ff
size=2>John,</FONT></SPAN></DIV>
<DIV><SPAN class=218021318-27022003><FONT face=Arial color=#0000ff
size=2>What version of Access are you using? A2K doesn't have a Move
method for a form!</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> John Ruff
[mailto:papparuff@attbi.com]<BR><B>Sent:</B> Thursday, February 27, 2003
12:09 PM<BR><B>To:</B> accessd@databaseadvisors.com<BR><B>Subject:</B> RE:
[AccessD] Position pop up form on opening<BR><BR></FONT></DIV>
<DIV><SPAN class=304550718-27022003><FONT face=Arial color=#0000ff
size=2>Use the me.move property in the form's open or load
event</FONT></SPAN></DIV>
<DIV><SPAN class=304550718-27022003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=304550718-27022003><FONT face=Arial color=#0000ff
size=2>Private Sub Form_Load()<BR>' Must use
twips<BR> </FONT></SPAN></DIV>
<DIV><SPAN class=304550718-27022003><FONT face=Arial color=#0000ff
size=2> ' moves the form 4" to the left and 2" down
from the top<BR> Me.Move 4 * 1440, 2 *
1440</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=304550718-27022003><FONT face=Arial color=#0000ff
size=2>End Sub<BR></FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><B><I><FONT face="Times New Roman" color=#0000ff size=4>John V.
Ruff</FONT><FONT face="Times New Roman" size=4> - </FONT><FONT
face="Times New Roman" color=#008080 size=4>The Eternal
Optimist</FONT><FONT face="Times New Roman" size=4></FONT> <FONT
face=Wingdings color=#800080 size=4>J</FONT></I></B> <BR><I><FONT
face="Times New Roman">Always Looking For Contract
Opportunities</FONT></I> </DIV>
<P><B><FONT face="Times New Roman" color=#000080 size=2>"Commit to the
Lord whatever you do,</FONT></B>
<BR><B> <FONT
face="Times New Roman" color=#000080 size=2>and your plans will succeed."
Proverbs 16:3</FONT></B> </P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
accessd-admin@databaseadvisors.com
[mailto:accessd-admin@databaseadvisors.com] <B>On Behalf Of </B>Rocky
Smolin - Beach Access Software<BR><B>Sent:</B> Thursday, February 27,
2003 9:52 AM<BR><B>To:</B>
AccessD@databaseadvisors.com<BR><B>Subject:</B> [AccessD] Position pop
up form on opening<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Dear List:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>How does one position a pop up form on
opening? I tried Auto-Center but it's too high. I need to
tell it just where to go.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>MTIA,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Rocky Smolin<BR>Beach Access
Software</FONT></DIV>
<DIV> </DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>