Results 1 to 4 of 4
  1. #1
    goju is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Jan 2022
    Posts
    1

    Three forms side by side

    Is there a way to display 3 forms each Full HD size on three monitors connected to one PC.


    The monitors will stand next to each other horizontally.

    I am able to move one form with move function, but the next one cannot - I exceed the size of an integer when I try to use the move function.

    Is there any way to solve this problem?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    all forms must be inside access.
    unless you can stretch access across all 3 monitors, then no.

    if your access app is split , then you could open 3 copies and show 1 form on each monitor.

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    I presume your forms are popup? If so, this link provides a solution
    https://stackoverflow.com/questions/...rm-positioning

    Edit:

    I exceed the size of an integer when I try to use the move function
    move and movesize have variant parameters which will cover any number up to a decimal size which should be way bigger than you need. So implies you have dimmed variables as integers. However issues as indicated in the above link says simply moving a form may not be sufficient

    integers are often used for moving/resizing controls around a form since the maximum width of the form is 32767 twips=approx 22.75 inches - but less a bit for scrollbars, borders etc for the purposes of sizing/placing controls

  4. #4
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Have done so with 2 monitors but not 3. You just drag windows from the primary monitor to the other monitor(s)?
    However, AFAIK, moveSize method should cause a form to open on another monitor as long as the move values are correct. That is, if personA has app in center and move method puts form on left monitor, this won't work for personB who has the app on the left monitor. You'd need a table of preferences for each user or use form close event to store the form position in a table so that it opens where it was last closed. Using a table in the front end means user loses their settings when you replace the fe. Putting it in a be table means you need still need to link the settings to the user.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Side by Side view forms
    By Se7Sins in forum Access
    Replies: 4
    Last Post: 12-19-2019, 06:36 PM
  2. Replies: 5
    Last Post: 10-31-2019, 04:32 PM
  3. Replies: 6
    Last Post: 09-10-2017, 08:13 PM
  4. Replies: 11
    Last Post: 06-23-2017, 10:25 AM
  5. Opening forms side by side
    By LonghronJ in forum Modules
    Replies: 5
    Last Post: 07-23-2015, 10:54 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums