Doug
MDRD wrote:
DougThanks, learned something new todayMarc----- Original Message -----From: Doug HamiltonSent: Wednesday, February 18, 2009 3:20 PMSubject: [RBASE-L] - Re: Forms remember screen locationsMarc - 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)

