Sytze:

I'm doing the same thing, with no (apparent) problems. And I use _screen, save and restore all four parameters. .Top, .Left, .Height, .Width.
-----------
with _screen
   cSpec = Str(.Top,5) + Str(.Left, 5) + Str(.Height, 5) + Str(.Width, 5)
   do PrefSave with oUser.UserId, "_APP", '', 0, .F., cSpec
endwith
-----------
Restore with same properties.

Dan



On 01/06/13 02:27 PM, Sytze de Boer wrote:
When my users exit my app, I *remember* the size of the screen so when they
log back on, it re-displays the same size and monitor 1 or 2

It seems I have a problem where the screen gets smaller and smaller
Example, I log in and the _screen.height=870
It should remember the 870, instead it remembers 846
So next time the client logs in, it *thinks* the screen size is 846

Does anyone have any pointers?


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to