In addition to either solution, you might set the forms alphablend to 0 in the designer and then change it to 255 as the last line in the onAfterStart EEP to avoid screen flicker as the form is first displayed in its default startup position, then moving to the left/top screen.
----- Original Message ----- From: <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Sunday, July 15, 2012 9:39 AM Subject: [RBASE-L] - Re: What is the beast way to get a form to stay or start up to th... : We have that problem too, Stephen! We resorted to putting this : on the "form after start" eep of every form we design for this : particular client: : PROPERTY RBASE_FORM LEFT 10 : : Karen : : : In a message dated 7/15/2012 4:29:41 AM Central Daylight Time, : [email protected] writes: : > What is the best way to get a form to stay or start up to the left top of : > windows screen in R: Base 76 : > : > : > : > Using dual monitors and forms open in center and are spit in two. : > : > : > : > Screen are set for horizontal stretch : > : > : > : > : > : > Stephen Breen : > : > : > : > : >

