You're welcome.  I just realized that's gonna give every form the same size & position (because I only have the caption buttons on one form, the Main Menu).  You could add a UserParamFormName column to UserParams and each form would have its own size & position.

Doug

MDRD wrote:
Doug
 
Thanks, learned something new today
 
Marc
 
----- Original Message -----
Sent: Wednesday, February 18, 2009 3:20 PM
Subject: [RBASE-L] - Re: Forms remember screen locations

Marc - I put buttons on the caption bar.  A "Save" button stores the left, top, width and height values in a UserParams table.
3 cols in the table UserParams:
ParamUserID TEXT 16
UserParamName TEXT 24
UserParamValue TEXT 64 (that might be a little long for form coordinates, but I store other stuff in that col too, e.g. emails addrs)

Reply via email to