We currently use this logic to center every new window:
ASSIGN {&WINDOW-NAME}:X = (SESSION:WIDTH-PIXELS - {&WINDOW-NAME}:WIDTH-PIXELS) / 2 {&WINDOW-NAME}:Y = (SESSION:HEIGHT-PIXELS - {&WINDOW-NAME}:HEIGHT-PIXELS) / 2.
However, the user want to position the window in a certain place. When they close the window and reopen the window later, they want it to appear in the same place they left it.
If I remove the above code, the new window appears randomly on the screen.
Using: Windows XP Progress Openedge 10.1C01