<!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=703131219-27022003><FONT face=Arial color=#0000ff 
size=2>Obviously, if you are going to manually position the form, you would want 
to set AutoCenter=False.  Are you saying that it won't reposition your form 
if AutoSize is turned on?  That might be the reason why I don't use the 
MoveSize method.</FONT></SPAN></DIV>
<DIV><SPAN class=703131219-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> Rocky Smolin - Beach Access 
  Software [mailto:bchacc@san.rr.com]<BR><B>Sent:</B> Thursday, February 27, 
  2003 1:12 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><FONT face=Arial size=2>Yeah!  That worked!  Had to take off 
  the autosize and autocenter, though.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <DIV><FONT face=Arial size=2>Thank you.</FONT></DIV>
  <DIV> </DIV>
  <DIV><FONT face=Arial size=2>Rocky</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <BLOCKQUOTE dir=ltr 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=BBarabash@tappeconstruction.com 
    href="mailto:BBarabash@tappeconstruction.com">Brett Barabash</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    title=accessd@databaseadvisors.com 
    href="mailto:'accessd@databaseadvisors.com'">'accessd@databaseadvisors.com'</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, February 27, 2003 10:36 
    AM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [AccessD] Position pop up 
    form on opening</DIV>
    <DIV><BR></DIV>
    <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></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>