Re: Saving multiple fields from a standalone...

2012-01-25 Thread Bob Sneidar
You can arrayEncode an array with all the saved data and write that to a low level file. arrayDecode it when reading it back. That would keep the data from being visible by less than benign users. Bob On Jan 25, 2012, at 10:02 AM, Richmond wrote: > Saving multiple fields from a standalone in

Re: Saving multiple fields from a standalone...

2012-01-25 Thread Mark Schonewille
Richmond, Quite a while ago, I posted a suggestion on my blog: http://qery.us/1j9 I still have to post part II. I can't promise when I will do that though. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://t

Re: Saving multiple fields from a standalone...

2012-01-25 Thread stephen barncard
use a prefs stack and custom properties. a script can install a default one if one doesn't exist On 25 January 2012 10:02, Richmond wrote: > Saving multiple fields from a standalone in a way that they will reload > into > their originating fields once the standalone is restarted? > > 1. Multiple