Doug
I am going to add this to V8, give my users another reason to upgrade.
I am not going to add any new features to my old app, if they want the
latest they will have to step up.
I am trying to come up with as many Wow features in my new app to
get them to update.
Thanks
Marc
----- Original Message -----
From: Doug Hamilton
To: RBASE-L Mailing List
Sent: Wednesday, February 18, 2009 8:16 PM
Subject: [RBASE-L] - Re: Forms remember screen locations
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 -----
From: Doug Hamilton
To: RBASE-L Mailing List
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)