Are there any limits to the MoveSize command?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Sensky

    Are there any limits to the MoveSize command?

    Please don't ask why I want to achieve this(!), but I have an Access
    database that I need to be able to display multiple forms on at any
    one time stretched over 3 displays at a resolution of 3072 x 768.
    Ideally I want to be able to display 1 form on the 1st display, 2
    forms of equal width on the 2nd display and 2 more forms of equal
    width on the 3rd display. So far, using MoveSize I have succeeded in
    getting all but the last form to display as I require.

    Even though I can stretch the database window over the 3 displays, it
    looks as though there must be a limit to what the maximum value for
    the left parameter of docmd.movesize is. Is this the case? If so, can
    anyone think of a way around this?

    Many thanks


    ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
    http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
    ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
  • Tom van Stiphout

    #2
    Re: Are there any limits to the MoveSize command?

    On Sun, 08 Jul 2007 12:32:06 +0100, Paul Sensky <wrote:

    Have you tried using the equivalent Windows API MoveWindow or
    SetWindowPos?

    -Tom.

    >Please don't ask why I want to achieve this(!), but I have an Access
    >database that I need to be able to display multiple forms on at any
    >one time stretched over 3 displays at a resolution of 3072 x 768.
    >Ideally I want to be able to display 1 form on the 1st display, 2
    >forms of equal width on the 2nd display and 2 more forms of equal
    >width on the 3rd display. So far, using MoveSize I have succeeded in
    >getting all but the last form to display as I require.
    >
    >Even though I can stretch the database window over the 3 displays, it
    >looks as though there must be a limit to what the maximum value for
    >the left parameter of docmd.movesize is. Is this the case? If so, can
    >anyone think of a way around this?
    >
    >Many thanks
    >
    >
    >----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
    >http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
    >----= East and West-Coast Server Farms - Total Privacy via Encryption =----

    Comment

    Working...